diff --git a/test/fakefs_test.rb b/test/fakefs_test.rb index 62028e1..2acb97a 100644 --- a/test/fakefs_test.rb +++ b/test/fakefs_test.rb @@ -1367,6 +1367,6 @@ class FakeFSTest < Test::Unit::TestCase end def here(fname) - RealFile.expand_path(RealFile.dirname(__FILE__)+'/'+fname) + RealFile.expand_path(File.join(RealFile.dirname(__FILE__), fname)) end end