Sha256: ac23f08c59cf996092440a53bb23eb290c76e5b86341565da59fad64c55dc5e2

Contents?: true

Size: 171 Bytes

Versions: 4

Compression:

Stored size: 171 Bytes

Contents

if ENV["COVERAGE"]
  require "simplecov"
  SimpleCov.start { add_filter("features") }
end

require "pathname"

ROOT = Pathname.new(File.expand_path("../../..", __FILE__))

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
figaro-0.7.0 features/support/env.rb
figaro-0.6.4 features/support/env.rb
figaro-0.6.3 features/support/env.rb
figaro-0.6.2 features/support/env.rb