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 bfed972 commit 2d6d0acCopy full SHA for 2d6d0ac
spec/sanity_check_spec.rb
@@ -28,6 +28,7 @@ def with_clean_env
28
expect(`bundle exec #{script} 2>&1`)
29
.to match(/uninitialized constant RSpec::Support/)
30
.or match(/undefined method `require_rspec_core' for RSpec::Support:Module/)
31
+ .or match(/undefined method `require_rspec_core' for module RSpec::Support/)
32
33
expect($?.exitstatus).to eq(1)
34
end
0 commit comments