summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAriejan de Vroom <ariejan@ariejan.net>2011-12-26 10:10:21 +0100
committerAriejan de Vroom <ariejan@ariejan.net>2011-12-26 10:10:21 +0100
commitbe6e52c2f676927a373a2225f22f63120020f8cd (patch)
tree5deb166a5bc9214a4be2a0e749162c1b92d137bd /spec
parent7ffb8fc616a2890cc46924b099c28709e491495e (diff)
downloadgitlab-ce-be6e52c2f676927a373a2225f22f63120020f8cd.tar.gz
Fixed typo in spec mster => master
Diffstat (limited to 'spec')
-rw-r--r--spec/models/project_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb
index 242461d0473..444e49a66d5 100644
--- a/spec/models/project_spec.rb
+++ b/spec/models/project_spec.rb
@@ -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