Sha256: 5d16047f7980cc6a1b6931db71f4e4f14aababa59fdf7b3faf87dd64cf1a3ad1

Contents?: true

Size: 100 Bytes

Versions: 41

Compression:

Stored size: 100 Bytes

Contents

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

Version data entries

41 entries across 36 versions & 2 rubygems

Version Path
arcadex-1.3.1 test/test_app/spec/support/request_helpers.rb
arcadex-1.3.0 test/test_app/spec/support/request_helpers.rb
json_voorhees-1.3.2 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-1.3.1 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-1.3.0 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
arcadex-1.2.3 test/test_app/spec/support/request_helpers.rb
arcadex-1.2.1 test/test_app/spec/support/request_helpers.rb
arcadex-1.2.0 test/test_app/spec/support/request_helpers.rb
json_voorhees-1.0.0 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.5.5 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.5.4 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.5.3 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.5.2 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.5.1 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.5.0 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.4.9 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.4.8 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.4.7 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.4.6 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.4.5 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb