diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-28 19:33:49 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-28 19:33:49 +0300 |
commit | cea0fc1de80242a5849cff343148328028b81914 (patch) | |
tree | 4fad75fb6c876176c73e2bef2453ae53fa30cc45 /spec | |
parent | 1932f902d51d17ff4eb4ebfd15a16fac55cf9eb4 (diff) | |
download | gitlab-ce-cea0fc1de80242a5849cff343148328028b81914.tar.gz |
Fix tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'spec')
-rw-r--r-- | spec/models/project_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb index b42d7bfe606..a2519fbd684 100644 --- a/spec/models/project_spec.rb +++ b/spec/models/project_spec.rb @@ -84,7 +84,6 @@ describe Project do it { should respond_to(:satellite) } it { should respond_to(:update_merge_requests) } it { should respond_to(:execute_hooks) } - it { should respond_to(:transfer) } it { should respond_to(:name_with_namespace) } it { should respond_to(:owner) } it { should respond_to(:path_with_namespace) } |