features/support/env.rb in figaro-0.6.1 vs features/support/env.rb in figaro-0.6.2

- old
+ new

@@ -1,4 +1,9 @@ +if ENV["COVERAGE"] + require "simplecov" + SimpleCov.start { add_filter("features") } +end + require "pathname" ROOT = Pathname.new(File.expand_path("../../..", __FILE__))