Sha256: 448707bf355b7526cb6676a53bd8a89ba801769bedb64544af8f4dccc60a8784
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 Bytes
Contents
#!/usr/bin/env ruby require 'test_file_finder' options = TestFileFinder::OptionParser.parse!(ARGV) mapping = TestFileFinder::Mapping.load(options.mapping_file) puts TestFileFinder::FileFinder.new(paths: ARGV, mapping: mapping).test_files
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
test_file_finder-0.1.0 | exe/tff |