mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Correct grammar mistakes.
This commit is contained in:
parent
ecc6e5493e
commit
131bbb9805
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ It is highly recommended that you have one factory for each class that provides
|
|||
|
||||
Attempting to define multiple factories with the same name will raise an error.
|
||||
|
||||
Factories can either be defined anywhere, but will automatically be loaded if they are defined in files at the following locations:
|
||||
Factories can be defined anywhere, but will be automatically loaded if they
|
||||
are defined in files at the following locations:
|
||||
|
||||
test/factories.rb
|
||||
spec/factories.rb
|
||||
|
|
Loading…
Reference in a new issue