Require atom.coffee in spec-bootstrap and benchmark-bootstrap

This commit is contained in:
Nathan Sobo 2012-08-30 11:26:31 -06:00
parent 3cc2faf7c2
commit 714a260f32
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
require 'atom'
{runSpecSuite} = require 'jasmine-helper'
document.title = "Benchmark Suite"

View File

@ -1,3 +1,4 @@
require 'atom'
{runSpecSuite} = require 'jasmine-helper'
document.title = "Spec Suite"