Commit be6e52c2 authored by Ariejan de Vroom's avatar Ariejan de Vroom

Fixed typo in spec mster => master

parent 7ffb8fc6
......@@ -103,7 +103,7 @@ describe Project do
it "when pushing a branch for the first time" do
@webhook.should_not_receive(:execute)
project.execute_web_hooks('00000000000000000000000000000000', 'newrev', 'refs/heads/mster')
project.execute_web_hooks('00000000000000000000000000000000', 'newrev', 'refs/heads/master')
end
it "when pushing tags" do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment