diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-04-17 18:27:42 +0300 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-04-17 18:27:42 +0300 |
commit | 2a65d368e3b0c2ed2a788b42bb3207b82eeb1afe (patch) | |
tree | a8f9e722b082be6ba98159023ec3b0687c4513fa /spec/spec_helper.rb | |
parent | f73c162835c11a357baf59430fddceb02e22259b (diff) | |
download | gitlab-ci-improve_test_coverage.tar.gz |
Improved test coverageimprove_test_coverage
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 29329b7..4e8ef9a 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -44,7 +44,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 # If true, the base class of anonymous controllers will be inferred # automatically. This will be the default behavior in future versions of |