mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
small typo correction line 35
line 35 If you want disable this feature, changed to: If you want to disable this feature,
This commit is contained in:
parent
8f48234356
commit
3178af5ef5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Add `factory_girl_rails` to your Gemfile:
|
|||
gem 'factory_girl_rails'
|
||||
|
||||
Generators for factories will automatically substitute fixture (and maybe any other
|
||||
`fixture_replacement` you set). If you want disable this feature, add the
|
||||
`fixture_replacement` you set). If you want to disable this feature, add the
|
||||
following to your application.rb file:
|
||||
|
||||
config.generators do |g|
|
||||
|
|
Loading…
Reference in a new issue