Remove duplicated tests

This commit is contained in:
kpdecker
2013-08-25 13:46:45 -05:00
parent 86694fd122
commit 57a0ee3d59
+1 -3
View File
@@ -1,6 +1,4 @@
module.exports = {
context: { person: { name: "Larry", age: 45 } },
handlebars: "{{#person}}{{name}}{{age}}{{/person}}",
dust: "{#person}{name}{age}{/person}",
mustache: "{{#person}}{{name}}{{age}}{{/person}}"
handlebars: "{{#person}}{{name}}{{age}}{{/person}}"
};