diff --git a/test/fakefs_test.rb b/test/fakefs_test.rb index b954515..3f0e6ab 100644 --- a/test/fakefs_test.rb +++ b/test/fakefs_test.rb @@ -288,7 +288,7 @@ class FakeFSTest < Test::Unit::TestCase assert_nil File.size?("/path/to/other.txt") end - def test_can_check_size?_of_empty_file + def test_can_check_size_of_empty_file path = '/path/to/file.txt' File.open(path, 'w') do |f| f << ''