Sha256: 24408b9f8c8baa0a60f38dcdff315029e306e81748abad60964fe65bb8c48d00

Contents?: true

Size: 204 Bytes

Versions: 3

Compression:

Stored size: 204 Bytes

Contents

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

    response {}
    timezone { build(:timezone) }
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
allscripts_unity_client-2.0.2 spec/factories/unity_response_factory.rb
allscripts_unity_client-2.0.1 spec/factories/unity_response_factory.rb
allscripts_unity_client-2.0.0 spec/factories/unity_response_factory.rb