This commit is contained in:
Kevin Sawicki & Nathan Sobo
2013-07-02 15:32:39 -07:00
committed by Kevin Sawicki
parent f766bbbb38
commit 2ff282011b

View File

@@ -306,7 +306,7 @@ describe "AutocompleteView", ->
describe "when text is removed from the mini-editor", ->
it "reloads the match list based on the mini-editor's text", ->
editor.getBuffer().insert([10,0] ,"t")
editor.getBuffer().insert([10,0], "t")
editor.setCursorBufferPosition([10,0])
autocomplete.attach()