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

@ -5,7 +5,7 @@ describe NotificationsController do
context 'when logged in' do
let!(:user) { log_in }
before do
before do
xhr :get, :index
end
@ -16,7 +16,7 @@ describe NotificationsController do
context 'when not logged in' do
it 'should raise an error' do
lambda { xhr :get, :index }.should raise_error(Discourse::NotLoggedIn)
end
end
end
end