module JsonResponseMatchers

Constants

VERSION

Public Instance Methods

have_json_content(parsed_content) click to toggle source
# File lib/json_response_matchers.rb, line 10
def have_json_content parsed_content
  Content.new parsed_content
end
have_json_values(*values) click to toggle source
# File lib/json_response_matchers.rb, line 6
def have_json_values *values
  Values.new values
end