Sha256: 7a210beee5186999cfc228425b220809979c64da8919ba6b615161ed97373139
Contents?: true
Size: 295 Bytes
Versions: 3
Compression:
Stored size: 295 Bytes
Contents
require 'spec_helper' module Beatport::Catalog describe ChartOverview do describe '.get' do subject { ChartOverview.get } it { should be_a(ChartOverview) } its (:'newest.length') { should == 16 } its (:'featured.length') { should == 4 } end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
beatport-0.1.5 | spec/catalog/chart_overview_spec.rb |
beatport-0.1.3 | spec/catalog/chart_overview_spec.rb |
beatport-0.1.2 | spec/catalog/chart_overview_spec.rb |