Skip to content

Commit

Permalink
fix attribute name mismatch (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
iiwo authored Jul 15, 2021
1 parent 9071398 commit d85f90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d85f90f

Please sign in to comment.