summaryrefslogtreecommitdiff
path: root/bin/rspec-stackprof
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2019-09-03 13:48:17 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-09-03 13:48:17 +0000
commit1068ec2e9201af3de1fc5ebe9c8d9f7953c89b51 (patch)
tree9734388ce494150076f3ee089506365e451f6b60 /bin/rspec-stackprof
parent1cb0fa18dfa781b754e3fd0eb2f24d6f603e16f4 (diff)
parent19ff9d9899a9f1a69ca4cd9df357c7a9716edcbb (diff)
downloadgitlab-ce-1068ec2e9201af3de1fc5ebe9c8d9f7953c89b51.tar.gz
Merge branch '66741-remove-spec-rails_helper-rb' into 'master'
Remove spec/rails_helper.rb Closes #66741 See merge request gitlab-org/gitlab-ce!32380
Diffstat (limited to 'bin/rspec-stackprof')
-rwxr-xr-xbin/rspec-stackprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rspec-stackprof b/bin/rspec-stackprof
index 810863ea4a0..8058d165196 100755
--- a/bin/rspec-stackprof
+++ b/bin/rspec-stackprof
@@ -3,7 +3,7 @@
require 'bundler/setup'
require 'stackprof'
$:.unshift 'spec'
-require 'rails_helper'
+require 'spec_helper'
filename = ARGV[0].split('/').last
interval = ENV.fetch('INTERVAL', 1000).to_i