Clean up after tests

This commit is contained in:
Corey Johnson
2012-07-24 10:52:42 -07:00
parent 239fd2f9e6
commit e491fe7bb7

View File

@@ -45,7 +45,7 @@ describe 'Buffer', ->
[path, newPath, bufferToChange, eventHandler] = []
beforeEach ->
path = fs.join(require.resolve("fixtures/"), "tmp/atom-manipulate-me")
path = fs.join(require.resolve("fixtures/"), "atom-manipulate-me")
newPath = "#{path}-i-moved"
fs.write(path, "")
bufferToChange = new Buffer(path)