From: Bèr Kessels Date: Wed, 18 Dec 2019 15:54:29 +0000 (+0100) Subject: Fix typo in login feature-test. (#12651) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=8a347f4937b26ba6cb71eb2585c0f446640176ca;p=mastodon.git Fix typo in login feature-test. (#12651) --- diff --git a/spec/features/log_in_spec.rb b/spec/features/log_in_spec.rb index f6c26cd0f..b874c255b 100644 --- a/spec/features/log_in_spec.rb +++ b/spec/features/log_in_spec.rb @@ -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 }