-
-
Save nicedawg/393f21dc9e39a70be49b18970a8967ad to your computer and use it in GitHub Desktop.
[Beginning Rails 6] Listing 16-2. Updated Users Fixtures in test/fixtures/users.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html | |
eugene: | |
email: eugene@example.com | |
hashed_password: e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4 # => secret | |
lauren: | |
email: lauren@example.com | |
hashed_password: e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4 # => secret |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment