# File lib/rhc/rest/mock.rb, line 270
    def stub_simple_carts(with_auth=mock_user_auth)
      stub_api_request(:get, 'broker/rest/cartridges', with_auth).to_return(simple_carts)
    end