Module: FixtureRecord::Naming
- Included in:
- FixtureRecord
- Defined in:
- lib/fixture_record/naming.rb
Defined Under Namespace
Classes: Base
Instance Attribute Summary collapse
-
#fixture_record_prefix ⇒ Object
Returns the value of attribute fixture_record_prefix.
-
#fixture_record_suffix ⇒ Object
Returns the value of attribute fixture_record_suffix.
Instance Method Summary collapse
Instance Attribute Details
#fixture_record_prefix ⇒ Object
Returns the value of attribute fixture_record_prefix.
3 4 5 |
# File 'lib/fixture_record/naming.rb', line 3 def fixture_record_prefix @fixture_record_prefix end |
#fixture_record_suffix ⇒ Object
Returns the value of attribute fixture_record_suffix.
4 5 6 |
# File 'lib/fixture_record/naming.rb', line 4 def fixture_record_suffix @fixture_record_suffix end |
Instance Method Details
#test_fixture_name ⇒ Object
13 14 15 |
# File 'lib/fixture_record/naming.rb', line 13 def test_fixture_name FixtureRecord.name_handler.call(self) end |