mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
remove trailing whitespaces ❤️
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user