fix rootView spec

This commit is contained in:
Ben Ogle 2013-10-10 15:23:51 -07:00
parent 78f600a7f6
commit 7db7234fb1

View File

@ -33,7 +33,7 @@ describe "RootView", ->
editor1 = rootView.getActiveView()
buffer = editor1.getBuffer()
editor1.splitRight()
expect(rootView.getActiveView()).toBe rootView.getEditors()[1]
expect(rootView.getActiveView()).toBe rootView.getEditors()[2]
refreshRootViewAndProject()