* fixnig anothec laimed recording test

This commit is contained in:
Seth Call 2014-02-18 00:48:47 +00:00
parent 26725e1c9b
commit c21d0ea0ba
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ describe ApiClaimedRecordingsController do
json["recording"]["band"].should be_nil
json["recording"]["recorded_tracks"].length.should == 1
json["recording"]["recorded_tracks"].first["id"].should == @recording.recorded_tracks.first.id
json["recording"]["recorded_tracks"].first["url"].should == @recording.recorded_tracks.first[:url]
json["recording"]["recorded_tracks"].first["instrument_id"].should == @instrument.id
json["recording"]["recorded_tracks"].first["user"]["id"].should == @user.id
end