From 240747ed76abed10d1b40dc5caa30d0f8180debc Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 5 May 2014 09:16:40 -0700 Subject: [PATCH] :lipstick: Tweak spec descriptions --- spec/workspace-spec.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/workspace-spec.coffee b/spec/workspace-spec.coffee index 404b405ac..791ec25ff 100644 --- a/spec/workspace-spec.coffee +++ b/spec/workspace-spec.coffee @@ -127,7 +127,7 @@ describe "Workspace", -> expect(pane1.items).toEqual [editor] expect(pane2.items).toEqual [] - describe "when a pane axis is to the left of the current pane", -> + describe "when a pane axis is the leftmost sibling of the current pane", -> it "opens the new item in the current pane", -> editor = null pane1 = workspace.activePane @@ -167,7 +167,7 @@ describe "Workspace", -> expect(pane1.items).toEqual [] expect(pane2.items).toEqual [editor] - describe "when a pane axis is to the right of the current pane", -> + describe "when a pane axis is the rightmost sibling of the current pane", -> it "opens the new item in a new pane split to the right of the current pane", -> editor = null pane1 = workspace.activePane