Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-08-16 13:49:06 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-08-16 13:49:06 +0300
commit71564974935feafd3f0025ec51832fcea6cba003 (patch)
tree26f99ab03332970b24df72c557fdb1f5ace186af /spec/support/db_cleaner.rb
parent04f7f394d3825e3290f523dce28d42b7c87fc9bb (diff)
Migrate db schema for context in :migration specs
Diffstat (limited to 'spec/support/db_cleaner.rb')
-rw-r--r--spec/support/db_cleaner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/db_cleaner.rb b/spec/support/db_cleaner.rb
index 7f5769209bb..7492f999a18 100644
--- a/spec/support/db_cleaner.rb
+++ b/spec/support/db_cleaner.rb
@@ -19,7 +19,7 @@ RSpec.configure do |config|
DatabaseCleaner.strategy = :truncation
end
- config.before(:each, :migration) do
+ config.before(:context, :migration) do
DatabaseCleaner.strategy = :truncation
end