提交 c309073c 编写于 作者: M Matthew Draper

Bundler 1.14 compat

上级 1e2e2d2d
......@@ -38,9 +38,12 @@ def test_bin_setup_output
app_file "db/schema.rb", ""
output = `bin/setup 2>&1`
# Ignore line that's only output by Bundler < 1.14
output.sub! /^Resolving dependencies\.\.\.\n/, ""
assert_equal(<<-OUTPUT, output)
== Installing dependencies ==
Resolving dependencies...
The Gemfile's dependencies are satisfied
== Preparing database ==
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册