# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: email: user1@example.com encrypted_password: <%= Devise::Encryptor.digest(User, 'password123') %> last_name: Trump first_name: Donald is_professionnal: true onboarding_completed: true two: email: user2@example.com encrypted_password: <%= Devise::Encryptor.digest(User, 'password123') %> last_name: Obama first_name: Barack onboarding_completed: true