Skip to content

Commit

Permalink
Merge pull request #51537 from yahonda/diag_rails_nightly_391
Browse files Browse the repository at this point in the history
Address `Rails::Command::HelpIntegrationTest` failure against ruby 3.4.0dev
  • Loading branch information
yahonda committed Apr 10, 2024
2 parents 8499757 + ebed327 commit 50a3bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/command/help_integration_test.rb
Expand Up @@ -34,7 +34,7 @@ class Rails::Command::HelpIntegrationTest < ActiveSupport::TestCase
help = rails "dev:help"
output = rails "dev", allow_failure: true

assert_equal help, output
assert_match help, output
end

test "prints Rake tasks on --tasks / -T option" do
Expand Down

0 comments on commit 50a3bf7

Please sign in to comment.