Sha256: 72adcf1bc0927cccd13b03bfed58f35473648b549b0d03bab38a42413ac6a1f5
Contents?: true
Size: 770 Bytes
Versions: 24
Compression:
Stored size: 770 Bytes
Contents
require 'rails_helper' describe CarrierType do fixtures :carrier_types it "should respond to mods_type" do carrier_types(:carrier_type_00001).mods_type.should eq 'text' carrier_types(:carrier_type_00002).mods_type.should eq 'software, multimedia' end end # == Schema Information # # Table name: carrier_types # # id :integer not null, primary key # name :string not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime # attachment_file_name :string # attachment_content_type :string # attachment_file_size :integer # attachment_updated_at :datetime #
Version data entries
24 entries across 24 versions & 1 rubygems