Sha256: 196d1f027aa3ced4b0380f16de7cd2c6a4c8c9d69c8b55a30d8e42a0f8c8d437
Contents?: true
Size: 282 Bytes
Versions: 129
Compression:
Stored size: 282 Bytes
Contents
module KnapsackPro class TestFilePresenter def self.stringify_paths(test_file_paths) test_file_paths .map do |test_file| %{"#{test_file}"} end.join(' ') end def self.paths(test_files) test_files.map { |t| t['path'] } end end end
Version data entries
129 entries across 129 versions & 1 rubygems