Clean spec
This commit is contained in:
parent
301653bb89
commit
e06733d01b
1 changed files with 0 additions and 2 deletions
|
@ -52,8 +52,6 @@ describe Users::ProfilController, type: :controller do
|
|||
end
|
||||
|
||||
context 'when the mail is incorrect' do
|
||||
let!(:user2) { create(:user) }
|
||||
|
||||
before do
|
||||
patch :update_email, params: { user: { email: 'incorrect' } }
|
||||
user.reload
|
||||
|
|
Loading…
Reference in a new issue