mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Fix typo in README
This commit is contained in:
parent
206dd0984e
commit
5a87af27fa
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ The behavior of the association method varies depending on the build strategy us
|
|||
Because this pattern is so common, a prettier syntax is available for defining
|
||||
associations:
|
||||
|
||||
# The following definitions are equivilent:
|
||||
# The following definitions are equivalent:
|
||||
Factory.define :post do |p|
|
||||
p.author {|a| a.association(:user) }
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue