FIX: misspelling in associate_accounts_controller_spec.rb
non-existant -> non-existent
This commit is contained in:
parent
b01e4738ab
commit
9431051ac1
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue