This commit is contained in:
Benjamin
2021-04-19 15:14:37 -05:00
parent 2e3daf1e9c
commit 46fc427694
23 changed files with 322 additions and 282 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FactoryGirl.define do
FactoryBot.define do
factory :user do
sequence( :email ){|i| "test#{i}@example.com" }
password "secret"