Sha256: c304bc7b67d472cf6171390c1de7af0c3c5e46dd2f3bbe312fe143bf1c85222f
Contents?: true
Size: 791 Bytes
Versions: 11
Compression:
Stored size: 791 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 #------------------------------------------------------------------------------ # == Schema Information # # Table name: field_groups # # id :integer not null, primary key # name :string(64) # label :string(128) # position :integer # hint :string(255) # created_at :datetime # updated_at :datetime # tag_id :integer # klass_name :string(32) # require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper') describe FieldGroup do it "should have field metadata" do FieldGroup.new.should respond_to(:fields) end end
Version data entries
11 entries across 11 versions & 1 rubygems