Sha256: abceaf337fd3a81bf5b560d9fddee8350de5af37d86fa3e9e6b3f83e48ca129f
Contents?: true
Size: 221 Bytes
Versions: 460
Compression:
Stored size: 221 Bytes
Contents
require File.expand_path('../helper', __FILE__) class TestRakeFileListPathMap < Rake::TestCase def test_file_list_supports_pathmap assert_equal ['a', 'b'], FileList['dir/a.rb', 'dir/b.rb'].pathmap("%n") end end
Version data entries
460 entries across 390 versions & 112 rubygems