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
json_voorhees-0.4.4 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.4.3 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.4.2 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.4.1 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.4.0 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.3.9 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.3.6 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.3.5 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.3.0 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.2.3 test/test_app/spec/support/request_helpers.rb
json_voorhees-0.2.3 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.2.2 test/test_app/spec/support/request_helpers.rb
json_voorhees-0.2.2 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.2.1 test/test_app/spec/support/request_helpers.rb
json_voorhees-0.2.1 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.2.0 test/test_app/spec/support/request_helpers.rb
json_voorhees-0.2.0 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.1.0 test/test_app/spec/support/request_helpers.rb
json_voorhees-0.1.0 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb
json_voorhees-0.0.2 lib/generators/json_voorhees/setup_app/templates/json_helpers.rb