upgrade rack 3
This commit is contained in:
committed by
Pete Matsyburka
parent
8c271104e1
commit
fd537e7ac0
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :account_config do
|
||||
account
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :user_config do
|
||||
user
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user