📝 Tweak spec description

This commit is contained in:
Kevin Sawicki
2015-01-15 11:53:39 -08:00
parent 6ad8aa7e5c
commit 16cc9f76c4

View File

@@ -38,7 +38,7 @@ describe "Project", ->
expect(deserializedProject.getBuffers().length).toBe 0
it "does not deserialize buffers when the path is a directory", ->
it "does not deserialize buffers when their path is a directory that exists", ->
pathToOpen = path.join(temp.mkdirSync(), 'file.txt')
waitsForPromise ->