mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 19:29:39 +02:00
Rename FactoryGirl to FactoryBot
https://robots.thoughtbot.com/factory_bot
This commit is contained in:
parent
f5d4d3707f
commit
f68cf8a5a1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ require 'capybara/rails'
|
|||
require 'capybara/minitest'
|
||||
|
||||
class ActiveSupport::TestCase
|
||||
include FactoryGirl::Syntax::Methods
|
||||
include FactoryBot::Syntax::Methods
|
||||
end
|
||||
|
||||
class ActionDispatch::IntegrationTest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue