Fixed typo in spec mster => master

This commit is contained in:
Ariejan de Vroom 2011-12-26 10:10:21 +01:00
parent 7ffb8fc616
commit be6e52c2f6

View file

@ -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