mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
fix attribute name mismatch (#1504)
This commit is contained in:
parent
907139808d
commit
d85f90fb16
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ Attribute overrides can be used to link associated objects:
|
|||
```ruby
|
||||
FactoryBot.define do
|
||||
factory :author do
|
||||
author_last_name { 'Taylor' }
|
||||
name { 'Taylor' }
|
||||
end
|
||||
|
||||
factory :post do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue