Sha256: 35e5cc8c2daaa5ec4c149b3e5f0d8ec8865bde9ffc082bb34b3df4402578a689
Contents?: true
Size: 215 Bytes
Versions: 17
Compression:
Stored size: 215 Bytes
Contents
FactoryGirl.define do factory :unity_response, :class => AllscriptsUnityClient::UnityResponse do initialize_with { new(response, timezone) } response {} timezone FactoryGirl.build(:timezone) end end
Version data entries
17 entries across 17 versions & 1 rubygems