Skip to content

Commit 47d4d4a

Browse files
authored
Rename FactoryGirl -> FactoryBot comment (#759)
1 parent 69d7ee2 commit 47d4d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/annotate/annotate_models.rb

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

41-
# Factory Girl https://github.com/thoughtbot/factory_bot
41+
# Factory Bot https://github.com/thoughtbot/factory_bot
4242
FACTORY_BOT_TEST_DIR = File.join('test', "factories")
4343
FACTORY_BOT_SPEC_DIR = File.join('spec', "factories")
4444

0 commit comments

Comments
 (0)