rubocop files update and auto correction
This commit is contained in:
parent
b1666fdc1e
commit
51a012bb21
88 changed files with 519 additions and 452 deletions
|
|
@ -28,7 +28,7 @@ describe Admin::UsersController do
|
|||
patch :update, id: user.id
|
||||
expect(build(
|
||||
:user, email: 'new@email.osem', id: user.id).email).
|
||||
to eq('new@email.osem')
|
||||
to eq('new@email.osem')
|
||||
end
|
||||
it 'redirects to the updated user' do
|
||||
patch :update, id: user.id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue