features/support/env.rb in scidea-schools-1.0.1 vs features/support/env.rb in scidea-schools-1.0.2
- old
+ new
@@ -4,9 +4,11 @@
$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib')
require 'rspec/expectations'
require 'cucumber/rails'
+require 'email_spec'
+require 'email_spec/cucumber'
# Remove this line if your app doesn't have a database.
# For some databases (like MongoDB and CouchDB) you may need to use :truncation instead.
DatabaseCleaner.strategy = :transaction