Un-f fuzzy finder spec

This commit is contained in:
Kevin Sawicki
2013-03-28 22:12:03 -04:00
parent 226611d2ec
commit daf5b9cb14

View File

@@ -365,7 +365,7 @@ describe 'FuzzyFinder', ->
expect(finderView).toBeVisible()
expect(rootView.find('.fuzzy-finder input:focus')).toExist()
fit "opens a file directly when there is a single match", ->
it "opens a file directly when there is a single match", ->
editor.setText("sample.txt")
jasmine.unspy(window, "setTimeout")
rootView.trigger 'fuzzy-finder:find-under-cursor'