Sha256: ecbb2802583fceafebd841e757df258f37090f845d99c72315f2b3b82729e447

Contents?: true

Size: 110 Bytes

Versions: 52

Compression:

Stored size: 110 Bytes

Contents

module Requests
  module JsonHelpers
    def json
      @json ||= JSON.parse(response.body)
    end
  end
end

Version data entries

52 entries across 52 versions & 3 rubygems

Version Path
datapimp-1.2.11 spec/support/test_helpers.rb
datapimp-1.2.10 spec/support/test_helpers.rb
datapimp-1.2.9 spec/support/test_helpers.rb
datapimp-1.2.8 spec/support/test_helpers.rb
datapimp-1.2.7 spec/support/test_helpers.rb
datapimp-1.2.6 spec/support/test_helpers.rb
datapimp-1.2.5 spec/support/test_helpers.rb
datapimp-1.2.4 spec/support/test_helpers.rb
datapimp-1.2.3 spec/support/test_helpers.rb
datapimp-1.2.2 spec/support/test_helpers.rb
datapimp-1.2.1 spec/support/test_helpers.rb
datapimp-1.2.0 spec/support/test_helpers.rb
datapimp-1.1.1 spec/support/test_helpers.rb
datapimp-1.1.0 spec/support/test_helpers.rb
datapimp-1.0.29 spec/support/test_helpers.rb
datapimp-1.0.28 spec/support/test_helpers.rb
datapimp-1.0.27 spec/support/test_helpers.rb
datapimp-1.0.26 spec/support/test_helpers.rb
datapimp-1.0.25 spec/support/test_helpers.rb
datapimp-1.0.24 spec/support/test_helpers.rb