Module: Shoulda::ClassMethods

Defined in:
lib/fixture_background/shoulda.rb

Instance Method Summary collapse

Instance Method Details

#described_typeObject



5
6
7
# File 'lib/fixture_background/shoulda.rb', line 5

def described_type
  self.name.gsub(/Test.*/, '').constantize
end