Sha256: cd03ae3ce195815e174feb03053e933e700779b08b2088b86d8fd659f67de125
Contents?: true
Size: 794 Bytes
Versions: 15
Compression:
Stored size: 794 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 expect(FieldGroup.new).to respond_to(:fields) end end
Version data entries
15 entries across 15 versions & 2 rubygems