Commit cea0fc1de80242a5849cff343148328028b81914
1 parent
1932f902
Exists in
spb-stable
and in
2 other branches
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) } | ... | ... |