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

Commit

Permalink
This used to work on Ruby 3.2.2, but not on 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Jan 25, 2024
1 parent fe2aa87 commit d9886ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/spec_file_load_errors_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def foo
Failure/Error: __send__(method, file)
EOS

if RUBY_VERSION.to_f > 3.2
if RUBY_VERSION.to_f > 3.3
expect(formatted_output).to include unindent(<<-EOS)
SyntaxError:
--> ./tmp/aruba/broken_file.rb
Expand Down

0 comments on commit d9886ef

Please sign in to comment.