# File lib/rhc/rest/mock.rb, line 232 def empty_response_list(type) { :body => { :type => type, :data => [], }.to_json } end