Method: FeatureMap::Private::TestCoverageFile.path

Defined in:
lib/feature_map/private/test_coverage_file.rb

.pathObject



23
24
25
# File 'lib/feature_map/private/test_coverage_file.rb', line 23

def self.path
  Pathname.pwd.join('.feature_map/test-coverage.yml')
end