summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-01-26 21:31:43 +0000
committerNick Thomas <nick@gitlab.com>2017-01-27 12:41:16 +0000
commitf83b8bd42c2a82b3ef9a8d93621b3955f0a8d0ca (patch)
tree50f6d5128a2941f019e6e19cee47efe8d3ebce9b /spec/spec_helper.rb
parent9d7999242db6ab641df1351bae7cfd5766cfeaa3 (diff)
downloadgitlab-ce-f83b8bd42c2a82b3ef9a8d93621b3955f0a8d0ca.tar.gz
Add the rspec_profiling gem and documentation to the GitLab development environment23034-enable-rspec-profiling
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index e160c11111b..ab38dac65c5 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -9,6 +9,10 @@ require 'rspec/rails'
require 'shoulda/matchers'
require 'rspec/retry'
+if ENV['RSPEC_PROFILING_POSTGRES_URL'] || ENV['RSPEC_PROFILING']
+ require 'rspec_profiling/rspec'
+end
+
if ENV['CI'] && !ENV['NO_KNAPSACK']
require 'knapsack'
Knapsack::Adapters::RSpecAdapter.bind