mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Rename FactoryGirl to FactoryBot
https://robots.thoughtbot.com/factory_bot
This commit is contained in:
parent
48fd2a95a0
commit
52ab208b92
34 changed files with 47 additions and 47 deletions
|
@ -5,7 +5,7 @@ namespace :dev do
|
|||
task :prime, [:random] => :environment do |t, args|
|
||||
abort 'Production environment is not supported' if Rails.env.production?
|
||||
|
||||
include FactoryGirl::Syntax::Methods
|
||||
include FactoryBot::Syntax::Methods
|
||||
|
||||
PaperTrail.enabled = false
|
||||
Domain.paper_trail_on!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue