Sha256: 741429ebc77bca15f54cf41e9895bdebbca5b3bc72d56fbec4fe44f2fe4778fe
Contents?: true
Size: 390 Bytes
Versions: 15
Compression:
Stored size: 390 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 :list do name "Foo List" url "/controller/action" end end
Version data entries
15 entries across 15 versions & 2 rubygems