Skip to content

Commit

Permalink
Fix build with bundler 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca authored and chancancode committed Mar 29, 2014
1 parent 47dca8d commit b1bd32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/plugin_generator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def test_generation_runs_bundle_install_with_full_and_mountable
assert_match(/bukkits/, contents)
end
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_equal 1, result.scan("Your bundle is complete").size
end
Expand Down

0 comments on commit b1bd32f

Please sign in to comment.