Show dev tools when specs are run

This commit is contained in:
Corey Johnson 2012-09-06 15:36:28 -07:00
parent f75315a568
commit 7f8531d10f

View File

@ -11,7 +11,7 @@ TextMateBundle = require 'text-mate-bundle'
TextMateTheme = require 'text-mate-theme'
fs = require 'fs'
require 'window'
# atom.showDevTools()
atom.showDevTools()
requireStylesheet "jasmine.css"
TextMateBundle.loadAll()