diff options
| author | mo khan <mo@mokhan.ca> | 2014-11-15 19:45:49 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-11-15 19:45:49 -0700 |
| commit | b76da36f55bf19e6246ea52a39e550f01f763703 (patch) | |
| tree | 2929f5ed3aa4537228a64775bcc0245f0c273699 | |
| parent | 24b82e34636f379cbd6ee6d96c654ac8088e1602 (diff) | |
disable transactional fixtures to ensure poltergeist tests run ok.
| -rw-r--r-- | spec/rails_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index cc00930..5782add 100644 --- a/spec/rails_helper.rb +++ b/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 |
