Sha256: 14cdec546008eeb9aed91fb7f649b3335892ec6c7cdd5535c0e7811746b46e8e

Contents?: true

Size: 391 Bytes

Versions: 2

Compression:

Stored size: 391 Bytes

Contents

require 'spec_helper'

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

2 entries across 2 versions & 1 rubygems

Version Path
beatport-0.1.3 spec/catalog/home_spec.rb
beatport-0.1.2 spec/catalog/home_spec.rb