mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Fix typo
This commit is contained in:
parent
592249e40a
commit
97a4da23d0
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ factory :user do
|
|||
# Do not use deprecated static attributes
|
||||
admin true
|
||||
|
||||
# Use dynamic attribues instead
|
||||
# Use dynamic attributes instead
|
||||
admin { true }
|
||||
end
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue