Fix broken benchmarks suite.

This commit is contained in:
Nathan Sobo
2012-03-20 17:22:44 -06:00
parent 26c56b1906
commit ec9b4ffcd1

View File

@@ -8,7 +8,7 @@ describe "editor.", ->
beforeEach ->
window.rootViewParentSelector = '#jasmine-content'
window.startup()
editor = rootView.editor
editor = rootView.lastActiveEditor()
afterEach ->
window.shutdown()