We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5544762 commit 73f4588Copy full SHA for 73f4588
railties/test/application/bin_setup_test.rb
@@ -47,6 +47,7 @@ def test_bin_setup_output
47
output.sub!(/^Done in \d+\.\d+s\.\n/, "Done in 0.00s.\n")
48
# Ignore warnings such as `Psych.safe_load is deprecated`
49
output.gsub!(/^.*warning:\s.*\n/, "")
50
+ output.gsub!(/^A new release of RubyGems is available.*\n.*\n/, "")
51
52
assert_equal(<<~OUTPUT, output)
53
== Installing dependencies ==
0 commit comments