Mention that the test tests helpers as well

This commit is contained in:
Sashko Stubailo
2015-01-28 11:28:55 -08:00
parent 58d921e926
commit 07dc77ee5c

View File

@@ -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;