From e5a1f15833380dc208dcc3d409ba459bf2adb038 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 9 Jan 2015 18:28:17 -0800 Subject: [PATCH] Unfocus spec --- spec/config-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/config-spec.coffee b/spec/config-spec.coffee index b57fbdb9f..31e0756fc 100644 --- a/spec/config-spec.coffee +++ b/spec/config-spec.coffee @@ -723,7 +723,7 @@ describe "Config", -> expect(warnSpy).toHaveBeenCalled() expect(warnSpy.mostRecentCall.args[0]).toContain "foo.int" - fdescribe ".observeUserConfig()", -> + describe ".observeUserConfig()", -> updatedHandler = null writeConfigFile = (data) ->