diff --git a/web/spec/controllers/claimed_recordings_spec.rb b/web/spec/controllers/claimed_recordings_spec.rb index 6aecf0458..ae154c1d7 100644 --- a/web/spec/controllers/claimed_recordings_spec.rb +++ b/web/spec/controllers/claimed_recordings_spec.rb @@ -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