From 73f17aafbb1178ef9e6000b0712070d97f92c0ac Mon Sep 17 00:00:00 2001 From: Adam Krebs Date: Wed, 27 Aug 2014 11:29:48 -0400 Subject: [PATCH] stub out jquery in tests... --- test/spec/collection_view_spec.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/spec/collection_view_spec.coffee b/test/spec/collection_view_spec.coffee index f27e5b28..87fa7484 100644 --- a/test/spec/collection_view_spec.coffee +++ b/test/spec/collection_view_spec.coffee @@ -9,6 +9,8 @@ define [ ], (_, jQuery, Model, Collection, View, CollectionView, SyncMachine) -> 'use strict' + jQuery = null unless jQuery?.fn + describe 'CollectionView', -> # Initialize shared variables collection = null