Sha256: 3cbfabf3c98f71b0e93af8ee27583f8f08214d52980d279a8ef16dd7a4aa7c60
Contents?: true
Size: 475 Bytes
Versions: 12
Compression:
Stored size: 475 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 factory :json_client_driver, class: AllscriptsUnityClient::JSONClientDriver end end
Version data entries
12 entries across 12 versions & 1 rubygems