* VRFS-831 - looks finished

This commit is contained in:
Seth Call 2013-11-03 15:23:46 -06:00
parent 2481172acb
commit aea3434d02
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ describe ApiClaimedRecordingsController do
it "should show the right thing when one recording just finished" do
controller.current_user = @user
get :show, :id => @claimed_recording.id
# puts response.body
response.should be_success
response.should be_success
json = JSON.parse(response.body)
json.should_not be_nil
json["id"].should == @claimed_recording.id