Load bootstrap stylsheets in spec helper

This commit is contained in:
Kevin Sawicki 2013-09-04 12:38:20 -07:00
parent 26e1df4127
commit 7b2429851c

View File

@ -17,7 +17,10 @@ fsUtils = require 'fs-utils'
pathwatcher = require 'pathwatcher' pathwatcher = require 'pathwatcher'
RootView = require 'root-view' RootView = require 'root-view'
clipboard = require 'clipboard' clipboard = require 'clipboard'
requireStylesheet "bootstrap/less/bootstrap"
requireStylesheet "jasmine" requireStylesheet "jasmine"
fixturePackagesPath = fsUtils.resolveOnLoadPath('fixtures/packages') fixturePackagesPath = fsUtils.resolveOnLoadPath('fixtures/packages')
config.packageDirPaths.unshift(fixturePackagesPath) config.packageDirPaths.unshift(fixturePackagesPath)
keymap.loadBundledKeymaps() keymap.loadBundledKeymaps()