Remove unused path

This commit is contained in:
Kevin Sawicki
2013-06-12 17:10:19 -07:00
parent e25aece700
commit 54558c863d

View File

@@ -24,7 +24,6 @@ describe "Project", ->
describe "when an edit session is saved and the project has no path", ->
it "sets the project's path to the saved file's parent directory", ->
path = project.resolve('a')
project.setPath(undefined)
expect(project.getPath()).toBeUndefined()
editSession = project.open()