Removes superfluous sign_in from users_onboarding_spec.rb (#10757) [deploy]
This commit is contained in:
parent
7ff044730e
commit
749dd55d41
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ RSpec.describe "UsersOnboarding", type: :request do
|
|||
before { sign_in user }
|
||||
|
||||
it "updates saw_onboarding boolean" do
|
||||
sign_in user
|
||||
patch "/onboarding_update.json", params: {}
|
||||
expect(user.saw_onboarding).to eq(true)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue