class Cucumber::Rails::World

Public Class Methods

fixture_table_names() click to toggle source

Workaround for projects that don't use ActiveRecord

# File lib/cucumber/rails/world.rb, line 22
def self.fixture_table_names
  []
end
new() click to toggle source
# File lib/cucumber/rails/world.rb, line 16
def initialize
  @_result = Test::Unit::TestResult.new if defined?(Test::Unit::TestResult)
end