diff --git a/features/support/env.rb b/features/support/env.rb index 97150188..e7288ed3 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -8,14 +8,12 @@ require File.expand_path(File.dirname(__FILE__) + '/../../../../../config/environment') require 'cucumber/formatter/unicode' # Remove this line if you don't want Cucumber Unicode support -require 'cucumber/rails/rspec' require 'cucumber/rails/world' require 'cucumber/rails/active_record' require 'cucumber/web/tableish' require 'webrat' require 'webrat/core/matchers' -require 'cucumber/webrat/element_locator' # Deprecated in favor of #tableish - remove this line if you don't use #element_at or #table_at Webrat.configure do |config| config.mode = :rails @@ -51,5 +49,4 @@ # How to clean your database when transactions are turned off. See # http://github.com/bmabey/database_cleaner for more info. require 'database_cleaner' -DatabaseCleaner.strategy = :truncation - +DatabaseCleaner.strategy = :truncation \ No newline at end of file