Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-06 02:26:40 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-06 02:26:40 +0400
commitcb59aade4e568e6146a966362385ac41af4dc604 (patch)
tree5b755ded0186a81c15d8da2b7b4ce865a5b73a0d /spec
parent74f8bc7298f112c2d414c6f71be054adce01012a (diff)
Cleaning and refactoring
Diffstat (limited to 'spec')
-rw-r--r--spec/models/project_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb
index 30aed0959e4..112d27462de 100644
--- a/spec/models/project_spec.rb
+++ b/spec/models/project_spec.rb
@@ -22,10 +22,7 @@ describe Project do
end
describe "Respond to" do
- it { should respond_to(:readers) }
- it { should respond_to(:writers) }
it { should respond_to(:repository_writers) }
- it { should respond_to(:admins) }
it { should respond_to(:add_access) }
it { should respond_to(:reset_access) }
it { should respond_to(:update_repository) }