#757: revert some changes

This commit is contained in:
Vokhmin Alexey V 2013-02-25 22:36:56 +04:00
parent 9b488c1765
commit 179533231b
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ describe Projects::BuildListsController do
response.should be_success
end
it "should not be able to perform index action", :anonymous_access => false do
it 'should not be able to perform index action', :anonymous_access => false do
get :index
response.should redirect_to(new_user_session_path)
end