Fix spell check spec

This commit is contained in:
Nathan Sobo
2013-02-28 08:53:58 -07:00
committed by probablycorey
parent 298a963148
commit 43b41e9ed9

View File

@@ -9,7 +9,7 @@ describe "Spell check", ->
config.set('spell-check.grammars', [])
window.loadPackage('spell-check')
rootView.attachToDom()
editor = rootView.getActiveEditor()
editor = rootView.getActiveView()
it "decorates all misspelled words", ->
editor.setText("This middle of thiss sentencts has issues.")