diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb index 5bba4ff6..af193295 100644 --- a/spec/models/project_spec.rb +++ b/spec/models/project_spec.rb @@ -40,7 +40,6 @@ describe Project do it { should respond_to(:commits_with_refs) } it { should respond_to(:commits_since) } it { should respond_to(:commits_between) } - it { should respond_to(:write_hooks) } it { should respond_to(:satellite) } it { should respond_to(:update_repository) } it { should respond_to(:destroy_repository) }