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 11b5ced commit ccb5b3cCopy full SHA for ccb5b3c
spec/sanity_check_spec.rb
@@ -29,6 +29,7 @@ def with_clean_env
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
+ .or match(/undefined method 'require_rspec_core' for module RSpec::Support/)
33
34
expect($?.exitstatus).to eq(1)
35
end
0 commit comments