Module: MatchJson::Matchers

Included in:
Minitest::Test
Defined in:
lib/match_json/matchers.rb,
lib/match_json/matchers/include_json.rb

Defined Under Namespace

Classes: IncludeJson

Instance Method Summary collapse

Instance Method Details

#include_json(json) ⇒ Object



5
6
7
# File 'lib/match_json/matchers.rb', line 5

def include_json(json)
  MatchJson::Matchers::IncludeJson.new(json)
end