Sha256: 9057065fa4d6158e0f3ddb9e1f2d5e8d77fd5896d798de7afd64c0dcfb816dbb

Contents?: true

Size: 210 Bytes

Versions: 3

Compression:

Stored size: 210 Bytes

Contents

FactoryGirl.define do
  factory :unity_response, class: AllscriptsUnityClient::UnityResponse do
    initialize_with { new(response, timezone) }

    response Hash.new
    timezone { build(:timezone) }
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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