From 13197be1368d80fa5b6dba77720bf6e80e3ca497 Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Tue, 27 May 2014 13:59:25 -0700 Subject: [PATCH] Make sure tests have unique names --- packages/spacebars-tests/template_tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/spacebars-tests/template_tests.js b/packages/spacebars-tests/template_tests.js index c0b59baa5b..71ce280677 100644 --- a/packages/spacebars-tests/template_tests.js +++ b/packages/spacebars-tests/template_tests.js @@ -1292,7 +1292,7 @@ Tinytest.add("spacebars-tests - template_tests - content context", function (tes _.each(['textarea', 'text', 'password', 'submit', 'button', 'reset', 'select', 'hidden'], function (type) { - Tinytest.add("spacebars-tests - template_tests - " + type, function(test) { + Tinytest.add("spacebars-tests - template_tests - controls - " + type, function(test) { var R = ReactiveVar({x:"test"}); var R2 = ReactiveVar(""); var tmpl;