$:.push File.expand_path("../../lib", __FILE__) require 'helix_web_services_client' require_relative './util/test_config' require_relative './util/string_utils' require 'pp' api = api_as_jdoe changes_commands = api.server_changes_get('localhost', user: 'super') unless changes_commands.all? {|x| x.user == 'super' } pp changes_commands raise 'the user filter returned an incorrect result' end