mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix build with bundler 1.6
This commit is contained in:
parent
7f62f30f58
commit
8a081db357
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class PluginGeneratorTest < Rails::Generators::TestCase
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue