about summary refs log tree commit diff
path: root/spec/features
diff options
context:
space:
mode:
authorBèr Kessels <ber@berk.es>2019-12-18 16:54:29 +0100
committerEugen Rochko <eugen@zeonfederated.com>2019-12-18 16:54:29 +0100
commit8a347f4937b26ba6cb71eb2585c0f446640176ca (patch)
tree861d31b23117168e641f05152278a8ce5294e3fa /spec/features
parenta391eaf4d81d5b7a2e5d7e2106f3e119867e1a9b (diff)
Fix typo in login feature-test. (#12651)
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/log_in_spec.rb2
1 files changed, 1 insertions, 1 deletions
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 }