Top Level Namespace

Defined Under Namespace

Modules: Eaco

Instance Method Summary collapse

Instance Method Details

#BeforeObject

Recreate the schema before each feature, to start fresh.

See Also:

  • {ActiveRecord{ActiveRecord.define_schema!}


24
25
26
# File 'features/support/env.rb', line 24

Before do
  Eaco::Cucumber::ActiveRecord.define_schema!
end

#WorldObject

Create a whole new world.

See Also:

  • {World}


16
17
18
# File 'features/support/env.rb', line 16

World do
  Eaco::Cucumber::World.new
end