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