Sha256: d10a93019a619d7cefcf1d790798f19ca1f1af912a2c262df4c24646f565f8b1
Contents?: true
Size: 379 Bytes
Versions: 11
Compression:
Stored size: 379 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 { Faker::Internet.user_name } end end
Version data entries
11 entries across 11 versions & 1 rubygems