Commit 64f3682f authored by randx's avatar randx

project should not respond to write_hooks any more

parent c625293b
...@@ -40,7 +40,6 @@ describe Project do ...@@ -40,7 +40,6 @@ describe Project do
it { should respond_to(:commits_with_refs) } it { should respond_to(:commits_with_refs) }
it { should respond_to(:commits_since) } it { should respond_to(:commits_since) }
it { should respond_to(:commits_between) } it { should respond_to(:commits_between) }
it { should respond_to(:write_hooks) }
it { should respond_to(:satellite) } it { should respond_to(:satellite) }
it { should respond_to(:update_repository) } it { should respond_to(:update_repository) }
it { should respond_to(:destroy_repository) } it { should respond_to(:destroy_repository) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment