Sha256: 7658846dfe6dec49d738c6ce7cfb06f1c9efaf07d032a4cfcd7c74954a9fa453
Contents?: true
Size: 572 Bytes
Versions: 11
Compression:
Stored size: 572 Bytes
Contents
FactoryGirl.define do factory :client_driver, class: AllscriptsUnityClient::ClientDriver do initialize_with { new(attributes) } base_unity_url 'http://www.example.com' username Faker::Name.name password Faker::Internet.password appname Faker::Name.name proxy nil timezone 'America/Phoenix' logger nil ca_file nil ca_path nil timeout nil new_relic nil factory :json_client_driver, class: AllscriptsUnityClient::JSONClientDriver factory :soap_client_driver, class: AllscriptsUnityClient::SOAPClientDriver end end
Version data entries
11 entries across 11 versions & 1 rubygems