Skip to content

Commit 7c8704a

Browse files
authored
Merge pull request rails#52612 from SamvitaKarkal/fix_bin_setup_output_test
Fixed failure in bin setup test
2 parents c44d7ae + 73f4588 commit 7c8704a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

railties/test/application/bin_setup_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def test_bin_setup_output
4747
output.sub!(/^Done in \d+\.\d+s\.\n/, "Done in 0.00s.\n")
4848
# Ignore warnings such as `Psych.safe_load is deprecated`
4949
output.gsub!(/^.*warning:\s.*\n/, "")
50+
output.gsub!(/^A new release of RubyGems is available.*\n.*\n/, "")
5051

5152
assert_equal(<<~OUTPUT, output)
5253
== Installing dependencies ==

0 commit comments

Comments
 (0)