Sha256: 7ca9900cb226e91833c991c5f746d9c221ff14c576f9ddb03c26a07bf321536a
Contents?: true
Size: 411 Bytes
Versions: 11
Compression:
Stored size: 411 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
11 entries across 11 versions & 1 rubygems