Setup Faker and Factorybot

This commit is contained in:
sto
2025-03-27 09:27:25 +01:00
parent 12f9f33034
commit 7023600cd1
9 changed files with 58 additions and 12 deletions

View File

@@ -56,6 +56,8 @@ group :development, :test do
gem "rubocop-rails-omakase", require: false
gem "rspec-rails"
gem "factory_bot_rails"
gem "faker"
end
group :development do