Don't load user configuration for benchmark, since it changes the performance curve

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-05-14 15:43:26 -06:00
parent 513e15e369
commit e8838b95fc

View File

@@ -8,6 +8,7 @@ describe "editor.", ->
beforeEach ->
window.rootViewParentSelector = '#jasmine-content'
spyOn(window, 'loadUserConfiguration')
window.startup()
editor = rootView.activeEditor()