Sha256: 2b1dc5a57809f8d3e32c4c6175ec04cd1453aeae55d0369a002741ebce2acfc2
Contents?: true
Size: 379 Bytes
Versions: 2
Compression:
Stored size: 379 Bytes
Contents
# frozen_string_literal: true module TestFileFinder module MappingStrategies autoload :DirectMatching, 'test_file_finder/mapping_strategies/direct_matching' autoload :PatternMatching, 'test_file_finder/mapping_strategies/pattern_matching' autoload :GitlabMergeRequestRspecFailure, 'test_file_finder/mapping_strategies/gitlab_merge_request_rspec_failure' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
test_file_finder-0.3.1 | lib/test_file_finder/mapping_strategies.rb |
test_file_finder-0.3.0 | lib/test_file_finder/mapping_strategies.rb |