lib/rubysmith/cli/actions/simple_cov.rb in rubysmith-5.2.0 vs lib/rubysmith/cli/actions/simple_cov.rb in rubysmith-5.3.0

- old
+ new

@@ -13,10 +13,10 @@ on "--[no-]simple_cov" default { Container[:configuration].build_simple_cov } - def call(value = default) = input.build_simple_cov = value + def call(value = nil) = input.build_simple_cov = value end end end end