From e658a7b094bbfc33687cfb323f9e42fda7d4e3a0 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Wed, 1 Nov 2017 15:57:13 +0200 Subject: [PATCH] Revert "Rename FactoryGirl to FactoryBot" This reverts commit f68cf8a --- 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 e395016a8..55d51cd4c 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 FactoryBot::Syntax::Methods + include FactoryGirl::Syntax::Methods end class ActionDispatch::IntegrationTest