Skip to content

Commit 2d6d0ac

Browse files
committed
Adjust the spec to also match the Ruby 3.3 behaviour
1 parent bfed972 commit 2d6d0ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/sanity_check_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def with_clean_env
2828
expect(`bundle exec #{script} 2>&1`)
2929
.to match(/uninitialized constant RSpec::Support/)
3030
.or match(/undefined method `require_rspec_core' for RSpec::Support:Module/)
31+
.or match(/undefined method `require_rspec_core' for module RSpec::Support/)
3132

3233
expect($?.exitstatus).to eq(1)
3334
end

0 commit comments

Comments
 (0)