Updates for specs

This commit is contained in:
Andrew Stewart 2014-12-14 15:02:46 -08:00
parent 3e960c48a1
commit f56b680837
1 changed files with 6 additions and 1 deletions

View File

@ -10,8 +10,13 @@
"expect": true, "expect": true,
"source": true, "source": true,
"describe": true, "describe": true,
"context": true,
"beforeEach": true, "beforeEach": true,
"afterEach": true "afterEach": true,
"stub": true,
"spy": true,
"chai": true,
"sinon": true
}, },
"boss": true, "boss": true,