Sha256: 6ab636500de80ac881df86bc6f63887cf46ff6d1ac96d1f3d4d49c19dfa5f797

Contents?: true

Size: 416 Bytes

Versions: 4

Compression:

Stored size: 416 Bytes

Contents

require 'spec_helper'

module Beatport::Catalog
  describe Home do
    describe '.get' do
      skip "deprecated?"

      subject { Home.get }

      #it { should be_a(Home) }
      #its (:'slideshow.header.length') { should be >= 1 }
      #its (:'slideshow.feature.length') { should be > 1 }
      #its (:'features.length') { should be > 1 }
      #its (:'top_downloads.length') { should be > 1 }
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
beatport-0.4.0 spec/catalog/home_spec.rb
beatport-0.3.0 spec/catalog/home_spec.rb
beatport-0.2.3 spec/catalog/home_spec.rb
beatport-0.2.2 spec/catalog/home_spec.rb