Selaa lähdekoodia

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

master^2
Bèr Kessels 4 vuotta sitten
committed by Eugen Rochko
vanhempi
commit
8a347f4937
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      spec/features/log_in_spec.rb

+ 1
- 1
spec/features/log_in_spec.rb Näytä tiedosto

@@ -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 }



Ladataan…
Peruuta
Tallenna