Sha256: ea7127d6366232c1b1b928efc1abe48714050bdb92b0cceb7fb6ae158919936e
Contents?: true
Size: 270 Bytes
Versions: 1
Compression:
Stored size: 270 Bytes
Contents
require 'spec_helper' module Beatport::Catalog describe ItemType do describe "structure" do before(:all) { @item_type = ItemType.all.first } it { @item_type.id.should == 1 } it { @item_type.name.should == "track" } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
beatport-0.1.1 | spec/catalog/item_type_spec.rb |