Unfocus spec

This commit is contained in:
Kevin Sawicki
2014-03-10 18:43:38 -07:00
parent 86c720af81
commit a79090c65a

View File

@@ -2868,7 +2868,7 @@ describe "Editor", ->
expect(tokens[2].scopes).toEqual ["source.js", "comment.line.double-slash.js", "keyword.other.DML.sql"]
describe ".normalizeTabsInBufferRange()", ->
fit "normalizes tabs depending on the editor's soft tab/tab length settings", ->
it "normalizes tabs depending on the editor's soft tab/tab length settings", ->
editor.setTabLength(1)
editor.setSoftTabs(true)
editor.setText('\t\t\t')