Rspec fixes

This commit is contained in:
Dmitriy Zaporozhets 2013-01-04 18:50:31 +02:00
parent dccd8b6eaa
commit afbdbb0c95
22 changed files with 149 additions and 199 deletions

View file

@ -7,7 +7,7 @@ describe CommitsController do
before do
sign_in(user)
project.add_access(user, :read, :admin)
project.team << [user, :master]
end
describe "GET show" do