Switch to FactoryBot (including update to 4.11.0)
https://robots.thoughtbot.com/factory_bot
This commit is contained in:
parent
fb2612ecaf
commit
82c3372af2
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -208,7 +208,7 @@ gem "countable-rails", "~> 0.0.1"
|
|||
# for fake data
|
||||
gem 'faker'
|
||||
# for seeds
|
||||
gem 'factory_girl_rails'
|
||||
gem 'factory_bot_rails'
|
||||
|
||||
# for integrating Stripe payment gateway
|
||||
gem 'stripe'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue