Top Level Namespace
Defined Under Namespace
Modules: Eaco
Instance Method Summary collapse
-
#Before ⇒ Object
Recreate the schema before each feature, to start fresh.
-
#World ⇒ Object
Create a whole new world.
Instance Method Details
#Before ⇒ Object
Recreate the schema before each feature, to start fresh.
24 25 26 |
# File 'features/support/env.rb', line 24 Before do Eaco::Cucumber::ActiveRecord.define_schema! end |