Sha256: 5ffbf30b6e8c0c79994b78d6820cb153aa3a5b7265f0051ead5020071e2fa731

Contents?: true

Size: 281 Bytes

Versions: 3

Compression:

Stored size: 281 Bytes

Contents

require 'spec_helper'

module Beatport::Catalog
  describe ItemType do
    describe "structure" do
      subject { ItemType.all.first }
      
      it { should be_an(ItemType) }
      its (:id) { should == 1 }
      its (:name) { should == "track" }            
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
beatport-0.1.5 spec/catalog/item_type_spec.rb
beatport-0.1.3 spec/catalog/item_type_spec.rb
beatport-0.1.2 spec/catalog/item_type_spec.rb