From 3b7ae3057a14cffa3cecb617ee524bd844fd9641 Mon Sep 17 00:00:00 2001 From: Scott Schulthess Date: Wed, 3 Sep 2014 08:32:04 -0400 Subject: [PATCH] updating jshintrc to add new spyonevent global thats included in jasmine-flight --- lib/templates/application/jshintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/templates/application/jshintrc b/lib/templates/application/jshintrc index acccfdc..cc2daa4 100644 --- a/lib/templates/application/jshintrc +++ b/lib/templates/application/jshintrc @@ -30,6 +30,7 @@ "expect", "it", "requirejs", - "setupComponent" + "setupComponent", + "spyOnEvent" ] }