1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00
This commit is contained in:
Eric Bouchut 2018-08-28 10:42:53 +02:00 committed by Daniel Colson
parent 592249e40a
commit 97a4da23d0

View file

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