features/support/env.rb in flight-0.0.5 vs features/support/env.rb in flight-0.0.6

- old
+ new

@@ -3,17 +3,6 @@ require 'cucumber' require 'cucumber/formatter/unicode' # Remove this line if you don't want Cucumber Unicode support require 'sniff' - -Sniff.init File.join(File.dirname(__FILE__), '..', '..') - -## How to clean your database when transactions are turned off. See -## http://github.com/bmabey/database_cleaner for more info. -#if defined?(ActiveRecord::Base) -# begin -# require 'database_cleaner' -# DatabaseCleaner.strategy = :truncation -# rescue LoadError => ignore_if_database_cleaner_not_present -# end -#end +Sniff.init File.join(File.dirname(__FILE__), '..', '..'), :earth => :air