Commit 9a7bd94f by Shu Fujita Committed by Andrew W. Lee

Rename FactoryGirl to FactoryBot (#721)

parent da0adbdb
...@@ -38,9 +38,9 @@ module AnnotateModels ...@@ -38,9 +38,9 @@ module AnnotateModels
BLUEPRINTS_TEST_DIR = File.join('test', "blueprints") BLUEPRINTS_TEST_DIR = File.join('test', "blueprints")
BLUEPRINTS_SPEC_DIR = File.join('spec', "blueprints") BLUEPRINTS_SPEC_DIR = File.join('spec', "blueprints")
# Factory Girl http://github.com/thoughtbot/factory_girl # Factory Girl https://github.com/thoughtbot/factory_bot
FACTORY_GIRL_TEST_DIR = File.join('test', "factories") FACTORY_BOT_TEST_DIR = File.join('test', "factories")
FACTORY_GIRL_SPEC_DIR = File.join('spec', "factories") FACTORY_BOT_SPEC_DIR = File.join('spec', "factories")
# Fabrication https://github.com/paulelliott/fabrication.git # Fabrication https://github.com/paulelliott/fabrication.git
FABRICATORS_TEST_DIR = File.join('test', "fabricators") FABRICATORS_TEST_DIR = File.join('test', "fabricators")
......
# Read about factories at https://github.com/thoughtbot/factory_girl # Read about factories at https://github.com/thoughtbot/factory_bot
FactoryGirl.define do FactoryGirl.define do
factory :task do factory :task do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment