From caa16f27186a323f6280cb794453d804b3cac2a1 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 30 Jan 2014 16:58:35 -0800 Subject: [PATCH] Update user stylesheet path in spec --- spec/theme-manager-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/theme-manager-spec.coffee b/spec/theme-manager-spec.coffee index 5991aebd6..c8d257b54 100644 --- a/spec/theme-manager-spec.coffee +++ b/spec/theme-manager-spec.coffee @@ -160,7 +160,7 @@ describe "ThemeManager", -> describe "when the user stylesheet changes", -> it "reloads it", -> - userStylesheetPath = path.join(temp.mkdirSync("atom"), 'user.css') + userStylesheetPath = path.join(temp.mkdirSync("atom"), 'styles.css') fs.writeFileSync(userStylesheetPath, 'body {border-style: dotted !important;}') spyOn(themeManager, 'getUserStylesheetPath').andReturn userStylesheetPath