1
0
mirror of https://github.com/mastodon/mastodon synced 2025-01-19 00:02:58 +09:00

Fix typo in login feature-test. (#12651)

This commit is contained in:
Bèr Kessels 2019-12-18 16:54:29 +01:00 committed by Eugen Rochko
parent a391eaf4d8
commit 8a347f4937

View File

@ -1,7 +1,7 @@
require "rails_helper"
feature "Log in" do
given(:email) { "test@examle.com" }
given(:email) { "test@example.com" }
given(:password) { "password" }
given(:confirmed_at) { Time.zone.now }