From d97276404ca8af3f1b7bf78dd4bc48aa8c291b35 Mon Sep 17 00:00:00 2001 From: jdalton Date: Wed, 22 Apr 2015 07:09:52 -0700 Subject: [PATCH] Update excused Underscore tests. --- test/underscore.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test/underscore.html b/test/underscore.html index 98e303223..3a2ce3a3e 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -63,9 +63,7 @@ 'initial works on arguments object' ], 'intersection': [ - 'can perform an OO-style intersection', - 'returns an empty array when passed null as first argument', - 'returns an empty array when passed null as argument beyond the first' + 'can perform an OO-style intersection' ], 'last': [ 'can pass an index to last', @@ -149,9 +147,6 @@ ] }, 'Utility': { - '_.templateSettings.variable': [ - '"x"' - ], 'times': [ 'works as a wrapper' ]