# File lib/rhc/rest/mock.rb, line 274
    def stub_simple_regions(empty=false, allow_selection=true, with_auth=mock_user_auth)
      stub_api_request(:get, 'broker/rest/regions', with_auth).to_return(simple_regions(empty, allow_selection))
    end