Empty test suite runs when you hit ctr-alt-cmd-s

This commit is contained in:
Corey Johnson & Nathan Sobo
2011-12-12 15:05:59 -08:00
parent ee681562d0
commit 0dd6df1ab6
6 changed files with 2878 additions and 1 deletions

4
spec/spec-suite.coffee Normal file
View File

@@ -0,0 +1,4 @@
describe "a test", ->
it "should run", ->
(expect 1).toEqual 2