From aba6958e552eb7254ac2fe7f662088fdddfb6a87 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 4 Sep 2013 13:33:39 -0700 Subject: [PATCH] Load base stylesheets in spec-helper This fixes the editor specs not working when focused. --- spec/spec-helper.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec-helper.coffee b/spec/spec-helper.coffee index 25474a50a..39c537c45 100644 --- a/spec/spec-helper.coffee +++ b/spec/spec-helper.coffee @@ -18,7 +18,7 @@ pathwatcher = require 'pathwatcher' RootView = require 'root-view' clipboard = require 'clipboard' -requireStylesheet "bootstrap/less/bootstrap" +atom.loadBaseStylesheets() requireStylesheet "jasmine" fixturePackagesPath = fsUtils.resolveOnLoadPath('fixtures/packages')