fixed test

This commit is contained in:
Mike Slemmer 2013-06-30 18:25:01 -07:00
parent 3a59c3b86b
commit dfad349bc0
1 changed files with 2 additions and 2 deletions

View File

@ -256,10 +256,10 @@ describe Recording do
files = mix_manifest["files"]
files.should_not be_nil
files.length.should == 2
files.first["codec"].should == "opus"
files.first["codec"].should == "vorbis"
files.first["offset"].should == 0
files.first["url"].should == @recording.recorded_tracks.first.url
files.last["codec"].should == "opus"
files.last["codec"].should == "vorbis"
files.last["offset"].should == 0
files.last["url"].should == @recording.recorded_tracks.last.url