summaryrefslogtreecommitdiffstats
path: root/t/mustache-spec.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-10-03 13:13:53 -0500
committerJesse Luehrs <doy@tozt.net>2012-10-03 13:13:53 -0500
commitbbec479a424eda0bc48250c118aaad85ddb6ee00 (patch)
tree7203e820925fae4ab68dfe8c5d911c5dc1fb26ef /t/mustache-spec.t
parentea9eea98c6772ad528b9902dfd97ffe48f6bed22 (diff)
downloadtext-handlebars-bbec479a424eda0bc48250c118aaad85ddb6ee00.tar.gz
text-handlebars-bbec479a424eda0bc48250c118aaad85ddb6ee00.zip
make this quieter
Diffstat (limited to 't/mustache-spec.t')
-rw-r--r--t/mustache-spec.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/mustache-spec.t b/t/mustache-spec.t
index 9829b04..3713abc 100644
--- a/t/mustache-spec.t
+++ b/t/mustache-spec.t
@@ -12,7 +12,7 @@ for my $file (dir('t', 'mustache-spec', 'specs')->children) {
next if $file->basename =~ /^~/; # for now
next if $file->basename =~ /partials/;
my $tests = decode_json($file->slurp);
- diag("running " . $file->basename . " tests");
+ note("running " . $file->basename . " tests");
for my $test (@{ $tests->{tests} }) {
local $TODO = "unimplemented"
if $file->basename eq 'delimiters.json'