This commit is contained in:
Nathan Sobo
2012-01-24 18:14:44 -08:00
parent 9d911d29c5
commit 92f7b51cd4

View File

@@ -43,8 +43,7 @@ describe "RootView", ->
describe "when there is a project", ->
it "shows the FileFinder when it is not on screen and hides it when it is", ->
runs ->
$('#jasmine-content').append(rootView)
rootView.attachToDom()
expect(rootView.find('.file-finder')).not.toExist()
waitsForPromise ->