Updated

spec/support / request_helpers.rb

A
7 lines of codes
1 methods
3.7 complexity/method
1 churn
3.74 complexity
0 duplications
module Requests module JsonHelpers
  1. Requests::JsonHelpers has no descriptive comment
def json @json ||= JSON.parse(response.body) end end end