Fix a test name

This commit is contained in:
Scott Taylor 2010-01-12 08:33:39 -05:00
parent 53b74cf6c8
commit 8ae8692ec7

View File

@ -1363,7 +1363,7 @@ class FakeFSTest < Test::Unit::TestCase
assert !FileTest.exist?("/path/to/dir")
end
def pathname_exists_returns_correct_value
def test_pathname_exists_returns_correct_value
FileUtils.touch "foo"
assert Pathname.new("foo").exist?