This commit is contained in:
Nathan Sobo 2014-12-02 11:14:59 -07:00
parent 01f87d9678
commit 38e6aee46d

View File

@ -100,7 +100,7 @@ describe "TextEditorElement", ->
expect(scrollbarWidth).toEqual(8)
describe "::setUpdatedSynchronously", ->
fit "controls whether the text editor is updated synchronously", ->
it "controls whether the text editor is updated synchronously", ->
element = new TextEditorElement
jasmine.attachToDOM(element)