1
0
Fork 0
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:
Iwo Dziechciarow 2021-07-15 12:35:36 +02:00 committed by GitHub
parent 907139808d
commit d85f90fb16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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