class Cucumber::Rails::World

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

def self.fixture_table_names; []; end # Workaround for projects that don't use ActiveRecord

Workaround for projects that don't use ActiveRecord
def self.fixture_table_names; []; end # Workaround for projects that don't use ActiveRecord

def initialize #:nodoc:

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