From 1e9a8b92f26a261ba27bc03ce7dcb25e3f3101f9 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 24 Nov 2014 17:03:32 -0700 Subject: [PATCH] Fix workspace model spec now that legacy panel class is added in view --- spec/workspace-spec.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/workspace-spec.coffee b/spec/workspace-spec.coffee index edd954acc..56b38385b 100644 --- a/spec/workspace-spec.coffee +++ b/spec/workspace-spec.coffee @@ -500,4 +500,3 @@ describe "Workspace", -> expect(panel).toBeDefined() expect(addPanelSpy).toHaveBeenCalledWith({panel, index: 0}) - expect(panel.getClassName()).toBe 'overlay from-top' # the default