Skip to content

Commit

Permalink
Removes the password saving from the user factory and sets the hash d…
Browse files Browse the repository at this point in the history
…irectly instead to avoid a CI build error
  • Loading branch information
toomuchpete committed Mar 21, 2024
1 parent 8eba5a3 commit 282245e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/factories.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
sequence(:email_address) {|n| "johndoe#{n}@email.net"}
gender 'male'

password 'pw'
password_confirmation 'pw'
password_digest "xxx"
end
end

0 comments on commit 282245e

Please sign in to comment.