Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit a9f58e5

Browse files
author
Nathan Sobo
committed
Unfocus spec
1 parent f1f9deb commit a9f58e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spellchecker-spec.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spellType = null
3434
spellIndex = null
3535

3636
for testAlwaysUseHunspell in [true, false]
37-
fdescribe 'SpellChecker', ->
37+
describe 'SpellChecker', ->
3838
describe '.setDictionary', ->
3939
beforeEach ->
4040
@fixture = buildSpellChecker()

0 commit comments

Comments
 (0)