Skip to content

Commit

Permalink
On the Hound's Time
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Dec 5, 2023
1 parent 4091a43 commit 0066050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/factories/users.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
sequence(:email) {|n| "example#{n}@example.com"}
password { 'password' }
encrypted_password { User.new.send(:password_digest, 'password') }
confirmed_at { Time.now }
confirmation_sent_at { Time.now }
confirmed_at { Time.current }
confirmation_sent_at { Time.current }
credited_name { 'Dr User' }
activated_state { :active }
sequence(:login) { |n| "new_user_#{n}" }
Expand Down

0 comments on commit 0066050

Please sign in to comment.