提交 f543b97f 编写于 作者: Y Yves Senn 提交者: GitHub

Merge pull request #27805 from y-yagi/fix_ruby_warning

remove warning from `bin/setup` test
......@@ -40,7 +40,7 @@ def test_bin_setup_output
output = `bin/setup 2>&1`
# Ignore line that's only output by Bundler < 1.14
output.sub! /^Resolving dependencies\.\.\.\n/, ""
output.sub!(/^Resolving dependencies\.\.\.\n/, "")
assert_equal(<<-OUTPUT, output)
== Installing dependencies ==
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册