mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Fix snippets spec
This commit is contained in:
committed by
probablycorey
parent
2790e5d12b
commit
8dc3afbcce
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user