From f56b680837c1bb62c9db2a4b92a07079f8e131da Mon Sep 17 00:00:00 2001 From: Andrew Stewart Date: Sun, 14 Dec 2014 15:02:46 -0800 Subject: [PATCH] Updates for specs --- .jshintrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index badc248..89a5c96 100644 --- a/.jshintrc +++ b/.jshintrc @@ -10,8 +10,13 @@ "expect": true, "source": true, "describe": true, + "context": true, "beforeEach": true, - "afterEach": true + "afterEach": true, + "stub": true, + "spy": true, + "chai": true, + "sinon": true }, "boss": true,