FIX: misspelling in associate_accounts_controller_spec.rb

non-existant -> non-existent
This commit is contained in:
Ikko Ashimine 2021-06-04 14:30:29 +09:00 committed by Alan Guo Xiang Tan
parent b01e4738ab
commit 9431051ac1
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ RSpec.describe Users::AssociateAccountsController do
expect(response.status).to eq(404) expect(response.status).to eq(404)
end end
it "returns the correct response for non-existant tokens" do it "returns the correct response for non-existent tokens" do
get "/associate/12345678901234567890123456789012.json" get "/associate/12345678901234567890123456789012.json"
expect(response.status).to eq(404) expect(response.status).to eq(404)