Style fix: single quote

This commit is contained in:
Stella Rouzi 2014-10-29 22:08:25 +02:00 committed by Stella
parent 24712a0bd2
commit f08d07dc5d

View file

@ -78,7 +78,7 @@ describe Admin::UsersController do
it 'shows success message' do
post :create, user: { name: 'New User', email: 'newuser@osem.localhost' }
expect(flash[:notice]).to match("User created. Name: New User, email: newuser@osem.localhost")
expect(flash[:notice]).to match('User created. Name: New User, email: newuser@osem.localhost')
end
end