From 7db7234fb1729f00591711e68974b5531f352a07 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 10 Oct 2013 15:23:51 -0700 Subject: [PATCH] fix rootView spec --- spec/root-view-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/root-view-spec.coffee b/spec/root-view-spec.coffee index 94483cb6a..0a5c04536 100644 --- a/spec/root-view-spec.coffee +++ b/spec/root-view-spec.coffee @@ -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()