From 07dc77ee5cd327ed90503cd52507af2959bc2c01 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Wed, 28 Jan 2015 11:28:55 -0800 Subject: [PATCH] Mention that the test tests helpers as well --- 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 e409fc0a3c..263c58033c 100644 --- a/packages/spacebars-tests/template_tests.js +++ b/packages/spacebars-tests/template_tests.js @@ -3099,7 +3099,7 @@ Tinytest.add("spacebars-tests - template_tests - custom block helper doesn't bre }); Tinytest.add( - "spacebars-tests - template_tests - currentData and parentData in event handlers", + "spacebars-tests - template_tests - currentData and parentData in event handlers and helpers", function (test) { var tmpl = Template.spacebars_template_test_currentData_and_parentData_in_events;