From 5dbd5218f32542efe42e20a9cf23d3c799ecbe62 Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Fri, 20 Jun 2014 19:29:53 -0700 Subject: [PATCH] Fix test case groups --- packages/spacebars-tests/template_tests.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/spacebars-tests/template_tests.js b/packages/spacebars-tests/template_tests.js index b4651d4cb7..e095e8d84f 100644 --- a/packages/spacebars-tests/template_tests.js +++ b/packages/spacebars-tests/template_tests.js @@ -1947,7 +1947,7 @@ Tinytest.add( // https://github.com/meteor/meteor/issues/2156 Tinytest.add( - "spacebars - template - each with inserts inside autorun", + "spacebars-tests - template_tests - each with inserts inside autorun", function (test) { var tmpl = Template.spacebars_test_each_with_autorun_insert; var coll = new Meteor.Collection(null); @@ -1981,7 +1981,7 @@ Tinytest.add( ); Tinytest.add( - "spacebars - ui hooks", + "spacebars-tests - template_tests - ui hooks", function (test) { var tmpl = Template.spacebars_test_ui_hooks; var rv = new ReactiveVar([]); @@ -2048,7 +2048,7 @@ Tinytest.add( ); Tinytest.add( - "spacebars - access template instance from helper", + "spacebars-tests - template_tests - access template instance from helper", function (test) { // Set a property on the template instance; check that it's still // there from a helper. @@ -2070,7 +2070,7 @@ Tinytest.add( ); Tinytest.add( - "spacebars - access template instance from helper, " + + "spacebars-tests - template_tests - access template instance from helper, " + "template instance is kept up-to-date", function (test) { var tmpl = Template.spacebars_test_template_instance_helper; @@ -2101,7 +2101,7 @@ Tinytest.add( ); Tinytest.add( - "spacebars - {{#with}} autorun is cleaned up", + "spacebars-tests - template_tests - {{#with}} autorun is cleaned up", function (test) { var tmpl = Template.spacebars_test_with_cleanup; var rv = new ReactiveVar("");