Sha256: 95864a7657d10e998584bf4c9446db496be6a2811f7567b4de4aa2b4346fecb7

Contents?: true

Size: 280 Bytes

Versions: 1

Compression:

Stored size: 280 Bytes

Contents

require 'spec_helper'

module Beatport::Catalog
  describe SourceType do
    describe "structure" do
      before(:all) { @source_type = SourceType.all.first }
      it { @source_type.id.should == 1 }
      it { @source_type.name.should == "store" }            
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
beatport-0.1.1 spec/catalog/source_type_spec.rb