Skip to content

Commit 50a3bf7

Browse files
authored
Merge pull request rails#51537 from yahonda/diag_rails_nightly_391
Address `Rails::Command::HelpIntegrationTest` failure against ruby 3.4.0dev
2 parents 8499757 + ebed327 commit 50a3bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/test/command/help_integration_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Rails::Command::HelpIntegrationTest < ActiveSupport::TestCase
3434
help = rails "dev:help"
3535
output = rails "dev", allow_failure: true
3636

37-
assert_equal help, output
37+
assert_match help, output
3838
end
3939

4040
test "prints Rake tasks on --tasks / -T option" do

0 commit comments

Comments
 (0)