Sha256: d607a337dda6fb08c6133d4c51a44b4e6547ae4eda70886e761ed62cc070ec10
Contents?: true
Size: 307 Bytes
Versions: 16
Compression:
Stored size: 307 Bytes
Contents
FactoryGirl.define do factory :unity_response, class: AllscriptsUnityClient::UnityResponse do initialize_with { new(response, timezone) } response Hash.new timezone ActiveSupport::TimeZone['Etc/UTC'] factory :json_unity_response, class: AllscriptsUnityClient::JSONUnityResponse end end
Version data entries
16 entries across 16 versions & 1 rubygems