Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrif committed Feb 10, 2015
1 parent f1a0fa9 commit 84c20e2
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 @@ -197,7 +197,7 @@ def test_generation_runs_bundle_install_with_full_and_mountable
end
assert_match(/run bundle install/, result)
assert_match(/Using bukkits \(?0\.0\.1\)?/, result)
assert_match(/Your bundle is complete/, result)
assert_match(/Bundle complete!/, result)
assert_equal 1, result.scan("Your bundle is complete").size
end

Expand Down

0 comments on commit 84c20e2

Please sign in to comment.