Sha256: 30066ae93118e33ad37a0a682f276659343faeade58e21b0ac2da9b832da3637
Contents?: true
Size: 576 Bytes
Versions: 3
Compression:
Stored size: 576 Bytes
Contents
# -*- encoding: utf-8 -*- 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 #
Version data entries
3 entries across 3 versions & 2 rubygems