summaryrefslogtreecommitdiff
path: root/test/rake/test_pathmap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rake/test_pathmap.rb')
-rw-r--r--test/rake/test_pathmap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rake/test_pathmap.rb b/test/rake/test_pathmap.rb
index 257529ab87..2775b91039 100644
--- a/test/rake/test_pathmap.rb
+++ b/test/rake/test_pathmap.rb
@@ -23,7 +23,7 @@ class Rake::TestPathMap < Test::Unit::TestCase
def test_n_returns_basename_without_extension
assert_equal "abc", "abc.rb".pathmap("%n")
- assert_equal "abc", "abc".pathmap("%n")
+ assert_equal "abc", "abc".pathmap("%n")
assert_equal "abc", "this/is/a/dir/abc.rb".pathmap("%n")
assert_equal "abc", "/this/is/a/dir/abc.rb".pathmap("%n")
assert_equal "abc", "/this/is/a/dir/abc".pathmap("%n")