Sha256: 29edc30432565c38ee10cc506ef4527c937b4338bc9279953cade8a203801cda
Contents?: true
Size: 1.03 KB
Versions: 4
Compression:
Stored size: 1.03 KB
Contents
require 'spec_helper' module Beatport::Catalog describe Slide do skip "deprecated?" =begin describe '.header' do it "should get the header slides for the home page" do slides = Slide.header slides.length.should be >= 1 end it "should get the headers slides for the trance page" do slides = Slide.header slides.length.should be >= 1 end end describe '.feature' do it "should get the feature slides for the home page" do slides = Slide.feature slides.length.should be > 1 end it "should get the feature slides for the trance page" do slides = Slide.feature slides.length.should be > 1 end end describe '.small' do it "should get the small slides for the home page" do slides = Slide.small slides.length.should be > 1 end it "should get the small slides for the trance page" do slides = Slide.small slides.length.should be > 1 end end =end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
beatport-0.4.0 | spec/catalog/slide_spec.rb |
beatport-0.3.0 | spec/catalog/slide_spec.rb |
beatport-0.2.3 | spec/catalog/slide_spec.rb |
beatport-0.2.2 | spec/catalog/slide_spec.rb |