Fix status bar spec

This commit is contained in:
Nathan Sobo
2013-02-27 15:38:43 -07:00
committed by probablycorey
parent 8dc3afbcce
commit 2b53655934

View File

@@ -12,7 +12,7 @@ describe "StatusBar", ->
rootView.open('sample.js')
rootView.simulateDomAttachment()
StatusBar.activate()
editor = rootView.getActiveEditor()
editor = rootView.getActiveView()
statusBar = rootView.find('.status-bar').view()
buffer = editor.getBuffer()