Fix snippets spec

This commit is contained in:
Nathan Sobo
2013-02-27 15:38:20 -07:00
committed by probablycorey
parent 2790e5d12b
commit 8dc3afbcce

View File

@@ -21,8 +21,8 @@ describe "Snippets extension", ->
window.loadPackage("snippets")
editor = rootView.getActiveEditor()
editSession = rootView.getActiveEditSession()
editor = rootView.getActiveView()
editSession = rootView.getActivePaneItem()
buffer = editor.getBuffer()
rootView.simulateDomAttachment()
rootView.enableKeymap()