Files
sx-fc/spec/support/request_spec_helper.rb
2017-10-23 11:38:10 +06:30

8 lines
148 B
Ruby
Executable File

# spec/support/request_spec_helper
module RequestSpecHelper
# Parse JSON response to ruby hash
def json
JSON.parse(response.body)
end
end