Sha256: 9d5988d561d38e36750ada96129b165db800e738487e59324e124cd1fdad7a19
Contents?: true
Size: 380 Bytes
Versions: 15
Compression:
Stored size: 380 Bytes
Contents
# Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ FactoryGirl.define do factory :tag do name { FFaker::Internet.user_name } end end
Version data entries
15 entries across 15 versions & 2 rubygems