Commit be6e52c2f676927a373a2225f22f63120020f8cd
1 parent
7ffb8fc6
Exists in
master
and in
4 other branches
Fixed typo in spec mster => master
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/models/project_spec.rb
@@ -103,7 +103,7 @@ describe Project do | @@ -103,7 +103,7 @@ describe Project do | ||
103 | 103 | ||
104 | it "when pushing a branch for the first time" do | 104 | it "when pushing a branch for the first time" do |
105 | @webhook.should_not_receive(:execute) | 105 | @webhook.should_not_receive(:execute) |
106 | - project.execute_web_hooks('00000000000000000000000000000000', 'newrev', 'refs/heads/mster') | 106 | + project.execute_web_hooks('00000000000000000000000000000000', 'newrev', 'refs/heads/master') |
107 | end | 107 | end |
108 | 108 | ||
109 | it "when pushing tags" do | 109 | it "when pushing tags" do |