require_relative './test_config' require 'helix_web_services_client' describe 'HelixWebServicesClient config' do context 'services' do it 'should allow you to fetch an empty service list' do client_as_jdoe do |c| services = c.services expect(services).to eq([]) end end end end