Commit cea0fc1de80242a5849cff343148328028b81914

Authored by Dmitriy Zaporozhets
1 parent 1932f902

Fix tests

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
spec/models/project_spec.rb
... ... @@ -84,7 +84,6 @@ describe Project do
84 84 it { should respond_to(:satellite) }
85 85 it { should respond_to(:update_merge_requests) }
86 86 it { should respond_to(:execute_hooks) }
87   - it { should respond_to(:transfer) }
88 87 it { should respond_to(:name_with_namespace) }
89 88 it { should respond_to(:owner) }
90 89 it { should respond_to(:path_with_namespace) }
... ...