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,7 +84,6 @@ describe Project do
84 it { should respond_to(:satellite) } 84 it { should respond_to(:satellite) }
85 it { should respond_to(:update_merge_requests) } 85 it { should respond_to(:update_merge_requests) }
86 it { should respond_to(:execute_hooks) } 86 it { should respond_to(:execute_hooks) }
87 - it { should respond_to(:transfer) }  
88 it { should respond_to(:name_with_namespace) } 87 it { should respond_to(:name_with_namespace) }
89 it { should respond_to(:owner) } 88 it { should respond_to(:owner) }
90 it { should respond_to(:path_with_namespace) } 89 it { should respond_to(:path_with_namespace) }