Skip to content

Commit

Permalink
Properly match new error representation without backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
benoittgt committed Dec 20, 2024
1 parent 11b5ced commit ccb5b3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/sanity_check_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def with_clean_env
.to match(/uninitialized constant RSpec::Support/)
.or match(/undefined method `require_rspec_core' for RSpec::Support:Module/)
.or match(/undefined method `require_rspec_core' for module RSpec::Support/)
.or match(/undefined method 'require_rspec_core' for module RSpec::Support/)

expect($?.exitstatus).to eq(1)
end
Expand Down

0 comments on commit ccb5b3c

Please sign in to comment.