Sha256: 193280b505e1964274d26313610f9e51f9e040dd962f66bda242df2a50038686
Contents?: true
Size: 327 Bytes
Versions: 1
Compression:
Stored size: 327 Bytes
Contents
require 'spec_helper' module Beatport::Catalog describe ChartOverview do describe '.get' do it "should have 16 newest charts and 4 featured charts" do overview = ChartOverview.get overview.newest.length.should == 16 overview.featured.length.should == 4 end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
beatport-0.1.1 | spec/catalog/chart_overview_spec.rb |