From 520e510aab462e98c45170e8a6993b30a072138d Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 5 Jun 2013 17:02:44 -0700 Subject: [PATCH] Update expection extension to .less --- spec/app/config-spec.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/app/config-spec.coffee b/spec/app/config-spec.coffee index 2ca2045b8..30eadd6c7 100644 --- a/spec/app/config-spec.coffee +++ b/spec/app/config-spec.coffee @@ -192,8 +192,8 @@ describe "Config", -> runs -> expect(fsUtils.isFile(fsUtils.join(config.configDirPath, 'themes/atom-dark-ui/package.cson'))).toBeTruthy() expect(fsUtils.isFile(fsUtils.join(config.configDirPath, 'themes/atom-light-ui/package.cson'))).toBeTruthy() - expect(fsUtils.isFile(fsUtils.join(config.configDirPath, 'themes/atom-dark-syntax.css'))).toBeTruthy() - expect(fsUtils.isFile(fsUtils.join(config.configDirPath, 'themes/atom-light-syntax.css'))).toBeTruthy() + expect(fsUtils.isFile(fsUtils.join(config.configDirPath, 'themes/atom-dark-syntax.less'))).toBeTruthy() + expect(fsUtils.isFile(fsUtils.join(config.configDirPath, 'themes/atom-light-syntax.less'))).toBeTruthy() describe ".loadUserConfig()", -> beforeEach ->