We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f62f30 commit 8a081dbCopy full SHA for 8a081db
railties/test/generators/plugin_generator_test.rb
@@ -156,7 +156,7 @@ def test_generation_runs_bundle_install_with_full_and_mountable
156
assert_match(/bukkits/, contents)
157
end
158
assert_match(/run bundle install/, result)
159
- assert_match(/Using bukkits \(0\.0\.1\)/, result)
+ assert_match(/Using bukkits \(?0\.0\.1\)?/, result)
160
assert_match(/Your bundle is complete/, result)
161
assert_equal 1, result.scan("Your bundle is complete").size
162
0 commit comments