pulsar/spec/spec-bootstrap.coffee
Corey Johnson & Kevin Sawicki bcc16fbefe Remove hash params from url
Load settings are now stored on the browser window.
2013-06-11 11:17:16 -07:00

11 lines
231 B
CoffeeScript

try
require 'atom'
atom.show()
{runSpecSuite} = require 'jasmine-helper'
document.title = "Spec Suite"
runSpecSuite "spec-suite"
catch e
console.error(e.stack ? e)
atom.exit(1) if atom.getLoadSettings().exitWhenDone