Skip to content

Commit 8a081db

Browse files
committed
Fix build with bundler 1.6
1 parent 7f62f30 commit 8a081db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/test/generators/plugin_generator_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def test_generation_runs_bundle_install_with_full_and_mountable
156156
assert_match(/bukkits/, contents)
157157
end
158158
assert_match(/run bundle install/, result)
159-
assert_match(/Using bukkits \(0\.0\.1\)/, result)
159+
assert_match(/Using bukkits \(?0\.0\.1\)?/, result)
160160
assert_match(/Your bundle is complete/, result)
161161
assert_equal 1, result.scan("Your bundle is complete").size
162162
end

0 commit comments

Comments
 (0)