#757: revert some changes
This commit is contained in:
parent
9b488c1765
commit
179533231b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue