Sha256: e0227614a0fbf07809f810ecdbb42a6e3fa567ea31ba9cfdd88068846e6edd19

Contents?: true

Size: 161 Bytes

Versions: 12

Compression:

Stored size: 161 Bytes

Contents

require 'delorean_lang'

module Marty
  module RSpec
    module JsonHelper
      def json_response
        JSON.parse(response.body)
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
marty-14.3.0 spec/support/json_helper.rb
marty-14.0.0 spec/support/json_helper.rb
marty-13.0.2 spec/support/json_helper.rb
marty-11.0.0 spec/support/json_helper.rb
marty-10.0.3 spec/support/json_helper.rb
marty-10.0.2 spec/support/json_helper.rb
marty-10.0.0 spec/support/json_helper.rb
marty-9.5.1 spec/support/json_helper.rb
marty-9.5.0 spec/support/json_helper.rb
marty-9.3.3 spec/support/json_helper.rb
marty-9.3.2 spec/support/json_helper.rb
marty-9.3.0 spec/support/json_helper.rb