Commit 64f3682feb90c3eb8dbd4f0cd16ad6057b302a6c
1 parent
c625293b
Exists in
master
and in
4 other branches
project should not respond to write_hooks any more
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
spec/models/project_spec.rb
| ... | ... | @@ -40,7 +40,6 @@ describe Project do |
| 40 | 40 | it { should respond_to(:commits_with_refs) } |
| 41 | 41 | it { should respond_to(:commits_since) } |
| 42 | 42 | it { should respond_to(:commits_between) } |
| 43 | - it { should respond_to(:write_hooks) } | |
| 44 | 43 | it { should respond_to(:satellite) } |
| 45 | 44 | it { should respond_to(:update_repository) } |
| 46 | 45 | it { should respond_to(:destroy_repository) } | ... | ... |