diff --git a/railties/test/command/help_integration_test.rb b/railties/test/command/help_integration_test.rb index aad929cd29864..98f27dbd5042a 100644 --- a/railties/test/command/help_integration_test.rb +++ b/railties/test/command/help_integration_test.rb @@ -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