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 33 def self.fixture_table_names [] end
new()
click to toggle source
Calls superclass method
# File lib/cucumber/rails/world.rb, line 27 def initialize super('MiniTest run-name if needed') end