upgrade rack 3

This commit is contained in:
Alex Turchyn
2024-05-16 12:27:09 +03:00
committed by Pete Matsyburka
parent 8c271104e1
commit fd537e7ac0
7 changed files with 148 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
# frozen_string_literal: true
FactoryBot.define do
factory :account_config do
account
end
end
+7
View File
@@ -0,0 +1,7 @@
# frozen_string_literal: true
FactoryBot.define do
factory :user_config do
user
end
end