This commit is contained in:
Kevin Sawicki
2013-02-12 08:36:57 -08:00
parent 7e83a138cf
commit a8e068ade0

View File

@@ -391,4 +391,4 @@ describe 'FuzzyFinder', ->
expect(rootView.find('.editor').length).toBe 2
expect(editor.splitUp).toHaveBeenCalled()
expect(rootView.getActiveEditor()).not.toBe editor
expect(rootView.getActiveEditor().getPath()).toBe editor.getPath()
expect(rootView.getActiveEditor().getPath()).toBe editor.getPath()