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 a840218 commit 0d2bfaeCopy full SHA for 0d2bfae
script/functions.sh
@@ -28,7 +28,7 @@ function run_specs_and_record_done {
28
29
# rspec-core needs to run with a special script that loads simplecov first,
30
# so that it can instrument rspec-core's code before rspec-core has been loaded.
31
- if [ -f script/rspec_with_simplecov ]; then
+ if [ -f script/rspec_with_simplecov ] && is_mri; then
32
rspec_bin=script/rspec_with_simplecov
33
fi;
34
0 commit comments