This commit is contained in:
Eric Bouchut 2018-08-28 10:42:53 +02:00 committed by Daniel Colson
parent 592249e40a
commit 97a4da23d0
1 changed files with 1 additions and 1 deletions

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