Class: Cucumber::Rails::World
- Inherits:
-
ActionDispatch::IntegrationTest
- Object
- ActionDispatch::IntegrationTest
- Cucumber::Rails::World
- Includes:
- ActiveSupport::Testing::SetupAndTeardown, Rack::Test::Methods
- Defined in:
- lib/cucumber/rails/world.rb
Class Method Summary collapse
-
.fixture_table_names ⇒ Object
Workaround for projects that don’t use ActiveRecord.
Instance Method Summary collapse
-
#initialize ⇒ World
constructor
A new instance of World.
Constructor Details
#initialize ⇒ World
Returns a new instance of World.
27 28 29 |
# File 'lib/cucumber/rails/world.rb', line 27 def initialize super('MiniTest run-name if needed') end |
Class Method Details
.fixture_table_names ⇒ Object
Workaround for projects that don’t use ActiveRecord
33 34 35 |
# File 'lib/cucumber/rails/world.rb', line 33 def self.fixture_table_names [] end |