Commit b76da36

mo khan <mo@mokhan.ca>
2014-11-16 02:45:49
disable transactional fixtures to ensure poltergeist tests run ok.
1 parent 24b82e3
Changed files (1)
spec/rails_helper.rb
@@ -55,7 +55,7 @@ RSpec.configure do |config|
   # If you're not using ActiveRecord, or you'd prefer not to run each of your
   # examples within a transaction, remove the following line or assign false
   # instead of true.
-  config.use_transactional_fixtures = true
+  config.use_transactional_fixtures = false
 
   # RSpec Rails can automatically mix in different behaviours to your tests
   # based on their file location, for example enabling you to call `get` and