remove trailing whitespaces ❤️

This commit is contained in:
Gosha Arinich
2013-02-25 19:42:20 +03:00
parent b50e0536c7
commit cafc75b238
383 changed files with 4220 additions and 2221 deletions

View File

@ -11,7 +11,7 @@ describe RequestAccessController do
it "assigns the return path we provide" do
get :new, return_path: '/asdf'
assigns(:return_path).should == "/asdf"
end
end
end
@ -43,7 +43,7 @@ describe RequestAccessController do
it 'redirects to the return path' do
response.should redirect_to('/the-path')
end
end
it 'sets no flash error' do
flash[:error].should be_blank