Sha256: 49412eda6b58180573822c157d944507257ba1e289adb2e57b22ed891b1ea253
Contents?: true
Size: 354 Bytes
Versions: 1
Compression:
Stored size: 354 Bytes
Contents
require 'spec_helper' module Beatport::Catalog describe "AudioFormat" do describe 'structure' do before(:all) { @audio_format = AudioFormat.all.first } it { @audio_format.id.should == 1 } it { @audio_format.name.should == "mp3" } it { @audio_format.person_preference_visibility.should == true } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
beatport-0.1.1 | spec/catalog/audio_format_spec.rb |