summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorwinniehell <git@winniehell.de>2016-08-29 18:18:59 +0200
committerwinniehell <git@winniehell.de>2016-10-28 14:02:17 +0200
commit0f060bf4fccc3119dc4b7d6e296c2f0fc994bb4e (patch)
tree374a5157636eaa43b5f19e97937266d61ed3951f /spec/spec_helper.rb
parent8afc2873304bd7de759fe3abf63a46f1541b4dc6 (diff)
downloadgitlab-ce-0f060bf4fccc3119dc4b7d6e296c2f0fc994bb4e.tar.gz
Replace static issue fixtures by script (!6059)
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 06d52f0f735..b2ca856f89f 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -9,7 +9,7 @@ require 'shoulda/matchers'
require 'sidekiq/testing/inline'
require 'rspec/retry'
-if ENV['CI']
+if ENV['CI'] && !ENV['NO_KNAPSACK']
require 'knapsack'
Knapsack::Adapters::RSpecAdapter.bind
end