Sha256: f10e40a92e0f1288e214268bac557d8eaf0f0a95977c25e4324fa4bef7f5cc9f

Contents?: true

Size: 395 Bytes

Versions: 3

Compression:

Stored size: 395 Bytes

Contents

FactoryGirl.define do
  factory :client_options, class: AllscriptsUnityClient::ClientOptions 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_options.rb
allscripts_unity_client-2.0.4 spec/factories/client_options.rb
allscripts_unity_client-2.0.3 spec/factories/client_options.rb