summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/paths_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/paths_test.rb b/test/paths_test.rb
index f7fd96c2..ab66e4cc 100644
--- a/test/paths_test.rb
+++ b/test/paths_test.rb
@@ -185,6 +185,7 @@ context 'Path Resolver' do
pwd = File.expand_path(Dir.pwd)
assert_equal "#{pwd}/images/tiger.png", @resolver.system_path('images/tiger.png', '')
assert_equal "#{pwd}/images/tiger.png", @resolver.system_path('images/tiger.png', nil)
+ assert_equal "#{pwd}/images/tiger.png", @resolver.system_path('images/tiger.png')
end
test 'resolves relative hidden target relative to current directory if start is empty' do