lib/json_matchers/configuration.rb in json_matchers-0.6.3 vs lib/json_matchers/configuration.rb in json_matchers-0.7.0

- old
+ new

@@ -9,9 +9,11 @@ class Configuration attr_reader :options def initialize - @options = {} + @options = { + record_errors: true, + } end end end