Fix build with bundler 1.6

上级 7f62f30f
...@@ -156,7 +156,7 @@ def test_generation_runs_bundle_install_with_full_and_mountable ...@@ -156,7 +156,7 @@ def test_generation_runs_bundle_install_with_full_and_mountable
assert_match(/bukkits/, contents) assert_match(/bukkits/, contents)
end end
assert_match(/run bundle install/, result) assert_match(/run bundle install/, result)
assert_match(/Using bukkits \(0\.0\.1\)/, result) assert_match(/Using bukkits \(?0\.0\.1\)?/, result)
assert_match(/Your bundle is complete/, result) assert_match(/Your bundle is complete/, result)
assert_equal 1, result.scan("Your bundle is complete").size assert_equal 1, result.scan("Your bundle is complete").size
end end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册