1
0
Fork 0
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:
Antony Siegert 2014-01-12 21:01:57 -07:00 committed by Joshua Clayton
parent 8f48234356
commit 3178af5ef5

View file

@ -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|