lib/hexx/suit/metrics/simplecov.rb in hexx-suit-0.1.0 vs lib/hexx/suit/metrics/simplecov.rb in hexx-suit-0.2.0

- old
+ new

@@ -94,10 +94,10 @@ end # helpers def options - @options ||= default_options.merge settings.to_h + @options ||= default_options.merge settings.to_hash end def output @output = options["output"] end