diff --git a/test/underscore.html b/test/underscore.html
index 1c2bf0f15..23f6e61cf 100644
--- a/test/underscore.html
+++ b/test/underscore.html
@@ -222,10 +222,7 @@
'throttle repeatedly with results': true,
'more throttle does not trigger leading call when leading is set to false': true,
'throttle does not trigger trailing call when trailing is set to false': true,
- 'before': [
- 'stores a memo to the last value',
- 'provides context'
- ],
+ 'before': true,
'bind': [
'Died on test #2'
],