Browse Source

Don't assign non db ids if we don't need them

pull/108/head
baarkerlounger 4 years ago
parent
commit
37448674e6
  1. 1
      spec/factories/user.rb

1
spec/factories/user.rb

@ -1,6 +1,5 @@
FactoryBot.define do
factory :user do
sequence(:id) { |i| i }
email { "test@example.com" }
password { "pAssword1" }
created_at { Time.zone.now }

Loading…
Cancel
Save