Cleaning and refactoring

This commit is contained in:
Dmitriy Zaporozhets 2012-03-06 00:26:40 +02:00
parent 74f8bc7298
commit cb59aade4e
12 changed files with 135 additions and 232 deletions

View file

@ -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) }