File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
spec/integration/rails_3.2_autoloading_factory_girl/test/factories Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ module AnnotateModels
38
38
BLUEPRINTS_TEST_DIR = File . join ( 'test' , "blueprints" )
39
39
BLUEPRINTS_SPEC_DIR = File . join ( 'spec' , "blueprints" )
40
40
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" )
44
44
45
45
# Fabrication https://github.com/paulelliott/fabrication.git
46
46
FABRICATORS_TEST_DIR = File . join ( 'test' , "fabricators" )
Original file line number Diff line number Diff line change 1
- # Read about factories at https://github.com/thoughtbot/factory_girl
1
+ # Read about factories at https://github.com/thoughtbot/factory_bot
2
2
3
3
FactoryGirl . define do
4
4
factory :task do
You can’t perform that action at this time.
0 commit comments