mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Fix spell check spec
This commit is contained in:
committed by
probablycorey
parent
298a963148
commit
43b41e9ed9
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user