Replace instructions with link to guide

This commit is contained in:
Avielle Wolfe 2017-11-01 15:17:41 -04:00 committed by Avielle
parent 4372f48be0
commit 2fb828b0df
1 changed files with 1 additions and 8 deletions

View File

@ -10,15 +10,8 @@ _[Interested in the history of the project name?](NAME.md)_
### Transitioning from factory\_girl?
Transitioning is a two step process:
Check out the [guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md).
1) Replace `factory_girl` with `factory_bot` in your Gemfile and `bundle install`
2) Rename all `FactoryGirl` to `FactoryBot` and `factory_girl` to `factory_bot` in your codebase.
This command will perform a `FactoryGirl` to `FactoryBot` rename within your `spec/` directory:
```ag -0l FactoryGirl spec | xargs -0 sed -i 's/FactoryGirl/FactoryBot/g'```
Documentation
-------------