Sha256: 53d71785b4fd01b8544c714e1e6d68c79e13af7c6c0b7323128eb4eb65e33b1f
Contents?: true
Size: 313 Bytes
Versions: 25
Compression:
Stored size: 313 Bytes
Contents
# frozen_string_literal: true 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
25 entries across 25 versions & 1 rubygems