Sha256: 09875b81d861c4c2e8d83cf12e7503a01c88103da3120e4eb61ab0d0ea2f8d34
Contents?: true
Size: 428 Bytes
Versions: 52
Compression:
Stored size: 428 Bytes
Contents
require 'spec_helper' describe CreateType do it 'should create create_type' do FactoryGirl.create(:create_type) end end # == Schema Information # # Table name: create_types # # id :integer not null, primary key # name :string(255) # display_name :text # note :text # position :integer # created_at :datetime not null # updated_at :datetime not null #
Version data entries
52 entries across 52 versions & 1 rubygems