Adds support for a description to user fields.

This commit is contained in:
Robin Ward
2014-10-02 15:56:28 -04:00
parent 295a3c108e
commit 381814fd5d
22 changed files with 157 additions and 60 deletions

View File

@@ -1,5 +1,6 @@
Fabricator(:user_field) do
name { sequence(:name) {|i| "field_#{i}" } }
description "user field description"
field_type 'text'
editable true
end