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.
2 parents 2fe75b9 + 09af101 commit b7e58cdCopy full SHA for b7e58cd
1 file changed
test/test-pre-receive.rb
@@ -97,7 +97,7 @@ def test_prohibit_merge_commit
97
make_commit("mame", "mame@ruby-lang.org", "e")
98
err = git("push") rescue $!
99
assert_match(
100
- /A merge commit is prohibited\./,
+ /A merge commit is prohibited for refs\/heads\/master\./,
101
err.message
102
)
103
end
0 commit comments