Sha256: d95e4f9da98189d2be7822f68394a039ed5fcb546a917f76a5f10c435e6a2d88
Contents?: true
Size: 393 Bytes
Versions: 15
Compression:
Stored size: 393 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 # updated_at :datetime #
Version data entries
15 entries across 15 versions & 1 rubygems