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:
authorValery Sizov <valery@gitlab.com>2015-11-30 12:21:10 +0300
committerValery Sizov <valery@gitlab.com>2015-11-30 12:21:10 +0300
commit461731f0769a826d00c4d5846ff6d2f55fd4b829 (patch)
tree4a645ed7f3d405d5aff4f939ea4c4aedd1447887 /config/environments
parent7f214cee74796ceaf7b01bd6e133d4d54c5123db (diff)
fix notification_service specs
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb
index 2eddf0605d2..f96ac6f9753 100644
--- a/config/environments/test.rb
+++ b/config/environments/test.rb
@@ -32,4 +32,6 @@ Rails.application.configure do
config.eager_load = false
config.cache_store = :null_store
+
+ config.active_job.queue_adapter = :test
end