diff options
author | Valery Sizov <valery@gitlab.com> | 2015-11-30 11:21:10 +0200 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2015-11-30 11:21:10 +0200 |
commit | 461731f0769a826d00c4d5846ff6d2f55fd4b829 (patch) | |
tree | 4a645ed7f3d405d5aff4f939ea4c4aedd1447887 /config/environments | |
parent | 7f214cee74796ceaf7b01bd6e133d4d54c5123db (diff) | |
download | gitlab-ce-461731f0769a826d00c4d5846ff6d2f55fd4b829.tar.gz |
fix notification_service specs
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/test.rb | 2 |
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 |