From d9886ef74b296a883fbc39d4a3ae94290680a5c0 Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Fri, 26 Jan 2024 00:34:09 +0300 Subject: [PATCH] This used to work on Ruby 3.2.2, but not on 3.2.3 --- spec/integration/spec_file_load_errors_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/spec_file_load_errors_spec.rb b/spec/integration/spec_file_load_errors_spec.rb index af44fcd28..89ccfb71b 100644 --- a/spec/integration/spec_file_load_errors_spec.rb +++ b/spec/integration/spec_file_load_errors_spec.rb @@ -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