Sha256: bbbce4b7faf496704767309c9c9649642c26284b590fa0950a7be91f52c252fd
Contents?: true
Size: 378 Bytes
Versions: 26
Compression:
Stored size: 378 Bytes
Contents
FactoryGirl.define do factory :allscripts_unity_client_parameters, class: Hash do initialize_with { 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
26 entries across 26 versions & 1 rubygems