Skip to content

Commit

Permalink
Populate user factory
Browse files Browse the repository at this point in the history
  • Loading branch information
joyapisi committed Aug 11, 2023
1 parent bfba6cb commit fb7eb6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/factories/users.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FactoryBot.define do
factory :user do
name { 'Test User' }
email { 'test@example.com' }
password { 'password' }
end
end

0 comments on commit fb7eb6d

Please sign in to comment.