Module: MockedFixtures::Spec::Configuration
- Defined in:
- lib/mocked_fixtures/spec/configuration.rb
Instance Method Summary collapse
- #global_mock_fixtures ⇒ Object
- #global_mock_fixtures=(fixtures) ⇒ Object
- #mock_fixtures_with(mock_framework) ⇒ Object
Instance Method Details
#global_mock_fixtures ⇒ Object
4 5 6 |
# File 'lib/mocked_fixtures/spec/configuration.rb', line 4 def global_mock_fixtures Test::Unit::TestCase.mock_fixture_table_names end |
#global_mock_fixtures=(fixtures) ⇒ Object
8 9 10 |
# File 'lib/mocked_fixtures/spec/configuration.rb', line 8 def global_mock_fixtures=(fixtures) Test::Unit::TestCase.mock_fixtures(*fixtures) end |
#mock_fixtures_with(mock_framework) ⇒ Object
12 13 14 |
# File 'lib/mocked_fixtures/spec/configuration.rb', line 12 def mock_fixtures_with(mock_framework) Test::Unit::TestCase.mock_fixtures_with mock_framework end |