require_relative './test_config' require 'helix_web_services_client' describe 'HelixWebServicesClient commands' do context 'command' do it 'should allow you to run a whitelisted command without input' do client_as_jdoe do |c| results = c.command('info') expect(results.first.server_date).to_not be nil end end end end