From f68cf8a5a15fa43ad9454052c2e39df9bf09f437 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Sat, 28 Oct 2017 22:03:53 +0300 Subject: [PATCH] Rename FactoryGirl to FactoryBot https://robots.thoughtbot.com/factory_bot --- test/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 55d51cd4c..e395016a8 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -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