Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit fefe8b6

Browse files
committedOct 1, 2024·
Merge pull request #3114 from rspec/fix-ruby-head-build
Relax constraint for Ruby 3.4.0 in file load error spec
1 parent b193025 commit fefe8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec/integration/spec_file_load_errors_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def foo
245245
5 end
246246
EOS
247247
end
248-
expect(formatted_output).to include "./tmp/aruba/broken_file.rb:5: syntax error"
248+
expect(formatted_output).to include %r{./tmp/aruba/broken_file.rb:\d: syntax error}
249249

250250
expect(formatted_output).to include unindent(<<-EOS)
251251
Finished in n.nnnn seconds (files took n.nnnn seconds to load)

0 commit comments

Comments
 (0)
This repository has been archived.