lib/api_matchers.rb in api_matchers-0.1.0 vs lib/api_matchers.rb in api_matchers-0.1.1

- old
+ new

@@ -35,9 +35,10 @@ # Core # module Core autoload :FindInJSON, 'api_matchers/core/find_in_json' autoload :Setup, 'api_matchers/core/setup' + autoload :Exceptions, 'api_matchers/core/exceptions' end def self.setup yield(::APIMatchers::Core::Setup) end