mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Typo fix possbile to possible
This commit is contained in:
parent
d22e0d8ff8
commit
25affc7fec
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ Within Factory Girl's dynamic attributes, you can access ignored attributes as y
|
|||
Associations
|
||||
------------
|
||||
|
||||
It's possbile to set up associations within factories. If the factory name is the same as the association name, the factory name can be left out.
|
||||
It's possible to set up associations within factories. If the factory name is the same as the association name, the factory name can be left out.
|
||||
|
||||
factory :post do
|
||||
# ...
|
||||
|
|
Loading…
Reference in a new issue