# File lib/rhc/rest/mock.rb, line 24
    def mock_user_auth
      respond_to?(:user_auth) ? self.user_auth : {:user => username, :password => password}
    end