Skip to content

Commit 9a7bd94

Browse files
nard-techdrwl
authored andcommitted
Rename FactoryGirl to FactoryBot (#721)
1 parent da0adbd commit 9a7bd94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/annotate/annotate_models.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ module AnnotateModels
3838
BLUEPRINTS_TEST_DIR = File.join('test', "blueprints")
3939
BLUEPRINTS_SPEC_DIR = File.join('spec', "blueprints")
4040

41-
# Factory Girl http://github.com/thoughtbot/factory_girl
42-
FACTORY_GIRL_TEST_DIR = File.join('test', "factories")
43-
FACTORY_GIRL_SPEC_DIR = File.join('spec', "factories")
41+
# Factory Girl https://github.com/thoughtbot/factory_bot
42+
FACTORY_BOT_TEST_DIR = File.join('test', "factories")
43+
FACTORY_BOT_SPEC_DIR = File.join('spec', "factories")
4444

4545
# Fabrication https://github.com/paulelliott/fabrication.git
4646
FABRICATORS_TEST_DIR = File.join('test', "fabricators")

spec/integration/rails_3.2_autoloading_factory_girl/test/factories/tasks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Read about factories at https://github.com/thoughtbot/factory_girl
1+
# Read about factories at https://github.com/thoughtbot/factory_bot
22

33
FactoryGirl.define do
44
factory :task do

0 commit comments

Comments
 (0)