summaryrefslogtreecommitdiff
path: root/test/rake/test_rake_file_list_path_map.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rake/test_rake_file_list_path_map.rb')
-rw-r--r--test/rake/test_rake_file_list_path_map.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/rake/test_rake_file_list_path_map.rb b/test/rake/test_rake_file_list_path_map.rb
deleted file mode 100644
index 5935dc2689..0000000000
--- a/test/rake/test_rake_file_list_path_map.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-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
-