We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f696a5a commit 3c37923Copy full SHA for 3c37923
features/support/hooks.rb
@@ -22,5 +22,5 @@
22
23
simplecov_setup_pathname = Pathname.new(__FILE__).expand_path.parent.join('simplecov_setup')
24
# set environment variable so child processes will merge their coverage data with parent process's coverage data.
25
- set_env('RUBYOPT', "-r#{simplecov_setup_pathname} #{ENV['RUBYOPT']}")
+ set_env('RUBYOPT', "#{ENV['RUBYOPT']} -r#{simplecov_setup_pathname}")
26
end
0 commit comments