Class: Cucumber::Rails::World

Inherits:
ActionController::IntegrationTest
  • Object
show all
Defined in:
lib/cucumber/rails/world.rb

Overview

All scenarios will execute in the context of a new instance of World.

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeWorld

:nodoc:



39
40
41
# File 'lib/cucumber/rails/world.rb', line 39

def initialize #:nodoc:
  @_result = Test::Unit::TestResult.new
end

Class Method Details

.fixture_table_namesObject

Workaround for projects that don’t use ActiveRecord



36
# File 'lib/cucumber/rails/world.rb', line 36

def self.fixture_table_names; []; end