# File lib/rhc/rest/mock.rb, line 113 def stub_update_key(name) stub_api_request(:put, "broker/rest/user/keys/#{name}", mock_user_auth). with(:body => hash_including({:type => 'ssh-rsa'})). to_return({:status => 200, :body => {}.to_json}) end