# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html daniel: login: daniel_1234 name: Daniel Smith email: daniel.smith@example.com password_digest: <%= User.digest('password') %> birth_date: <%= 27.years.ago %> ben: login: ben_4321 name: Ben Jones email: ben.jones@example.com password_digest: <%= User.digest('password') %> birth_date: <%= 29.years.ago %>