Added authentication_zero
This commit is contained in:
11
test/fixtures/users.yml
vendored
11
test/fixtures/users.yml
vendored
@@ -1,9 +1,6 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
firstname: MyString
|
||||
lastname: MyString
|
||||
|
||||
two:
|
||||
firstname: MyString
|
||||
lastname: MyString
|
||||
lazaro_nixon:
|
||||
email: lazaronixon@hotmail.com
|
||||
password_digest: <%= BCrypt::Password.create("Secret1*3*5*") %>
|
||||
verified: true
|
||||
|
||||
Reference in New Issue
Block a user