Sha256: 6e12aaf21023ee5894e68760d2274174315377b6e65661fe2ccdaabdc2461c5e
Contents?: true
Size: 514 Bytes
Versions: 11
Compression:
Stored size: 514 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 :setting do name "foo" value nil updated_at { FactoryGirl.generate(:time) } created_at { FactoryGirl.generate(:time) } end end
Version data entries
11 entries across 11 versions & 1 rubygems