Method: FeatureMap::Private::TestCoverageFile.path
- Defined in:
- lib/feature_map/private/test_coverage_file.rb
.path ⇒ Object
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 |