Fix a test name
This commit is contained in:
parent
53b74cf6c8
commit
8ae8692ec7
@ -1363,7 +1363,7 @@ class FakeFSTest < Test::Unit::TestCase
|
|||||||
assert !FileTest.exist?("/path/to/dir")
|
assert !FileTest.exist?("/path/to/dir")
|
||||||
end
|
end
|
||||||
|
|
||||||
def pathname_exists_returns_correct_value
|
def test_pathname_exists_returns_correct_value
|
||||||
FileUtils.touch "foo"
|
FileUtils.touch "foo"
|
||||||
assert Pathname.new("foo").exist?
|
assert Pathname.new("foo").exist?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user