Sha256: f89f47235fa25e92436c969dba84b0991b60714277fa92520e50fdd4ca84c9cc
Contents?: true
Size: 113 Bytes
Versions: 3
Compression:
Stored size: 113 Bytes
Contents
module Controllers module JsonHelpers def json @json ||= JSON.parse(response.body) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
event_capture-0.2.0.beta1 | spec/support/controller_helpers.rb |
event_capture-0.1.1 | spec/support/controller_helpers.rb |
event_capture-0.1.2 | spec/support/controller_helpers.rb |