Sha256: a78f603bc8fdfbb899d01e97f626f708058c4e03e1afb22505cbf00cc94b56da

Contents?: true

Size: 393 Bytes

Versions: 3

Compression:

Stored size: 393 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
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
allscripts_unity_client-2.0.5 spec/factories/client_driver_factory.rb
allscripts_unity_client-2.0.4 spec/factories/client_driver_factory.rb
allscripts_unity_client-2.0.3 spec/factories/client_driver_factory.rb