Style fix: single quote
This commit is contained in:
parent
24712a0bd2
commit
f08d07dc5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue