summaryrefslogtreecommitdiff
path: root/spec/models/project_spec.rb
diff options
context:
space:
mode:
authorSebastian Ziebell <sebastian.ziebell@asquera.de>2013-02-27 10:16:48 +0100
committerSebastian Ziebell <sebastian.ziebell@asquera.de>2013-02-27 10:16:48 +0100
commitac4a09e9cca9018dbb8e52446078b91a4b87e410 (patch)
tree2acfae205ae42d30408ce8261a124bd746b76997 /spec/models/project_spec.rb
parent9ee6c58accfd51036d7242dc51fbfec2c9abeb06 (diff)
parent135418dcbf72d264a846649b95ea8e6d8a2aadcf (diff)
downloadgitlab-ce-ac4a09e9cca9018dbb8e52446078b91a4b87e410.tar.gz
Merge branch 'master' into fixes/api
Diffstat (limited to 'spec/models/project_spec.rb')
-rw-r--r--spec/models/project_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb
index cd58ffebde9..23f1c6df0cf 100644
--- a/spec/models/project_spec.rb
+++ b/spec/models/project_spec.rb
@@ -72,11 +72,8 @@ describe Project do
it { should respond_to(:url_to_repo) }
it { should respond_to(:repo_exists?) }
it { should respond_to(:satellite) }
- it { should respond_to(:observe_push) }
it { should respond_to(:update_merge_requests) }
it { should respond_to(:execute_hooks) }
- it { should respond_to(:post_receive_data) }
- it { should respond_to(:trigger_post_receive) }
it { should respond_to(:transfer) }
it { should respond_to(:name_with_namespace) }
it { should respond_to(:namespace_owner) }