Skip to content

Instantly share code, notes, and snippets.

@nicedawg
Created April 18, 2020 02:17
Show Gist options
  • Save nicedawg/393f21dc9e39a70be49b18970a8967ad to your computer and use it in GitHub Desktop.
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
# 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