Sha256: b2ddc59ad0a960282df0bd3fca94cadedf48d35337996cfd38314d70502ed5d1

Contents?: true

Size: 425 Bytes

Versions: 8

Compression:

Stored size: 425 Bytes

Contents

require 'spec_helper'

module Beatport::Catalog
  describe Home do
    describe '.get' do
      pending "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

8 entries across 8 versions & 1 rubygems

Version Path
beatport-0.2.1 spec/catalog/home_spec.rb
beatport-0.2.0 spec/catalog/home_spec.rb
beatport-0.1.10 spec/catalog/home_spec.rb
beatport-0.1.9 spec/catalog/home_spec.rb
beatport-0.1.8 spec/catalog/home_spec.rb
beatport-0.1.7 spec/catalog/home_spec.rb
beatport-0.1.6 spec/catalog/home_spec.rb
beatport-0.1.5 spec/catalog/home_spec.rb