Fix fileFinder test

This commit is contained in:
Corey Johnson & Nathan Sobo 2012-01-24 15:29:33 -08:00
parent 6af33c3337
commit 4ca3bbdbca

View File

@ -54,7 +54,7 @@ describe "RootView", ->
expect(rootView.find('.file-finder')).toExist()
expect(rootView.find('.file-finder input:focus')).toExist()
rootView.trigger 'toggle-file-finder'
expect(rootView.find('.editor:focus')).toExist()
expect(rootView.find('.editor:has(:focus)')).toExist()
expect(rootView.find('.file-finder')).not.toExist()
it "shows all relative file paths for the current project", ->