[Jifty-commit] jifty branch, master, updated. jifty-1.10228-18-g5529770

Jifty commits jifty-commit at lists.jifty.org
Mon Apr 25 13:54:00 EDT 2011


The branch, master has been updated
       via  55297709ac159814645b89f17368f5ed737fb66c (commit)
      from  889e7b59283411ef9454e2e2f32820872fc2de36 (commit)

Summary of changes:
 t/99-pod-spelling.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 55297709ac159814645b89f17368f5ed737fb66c
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Apr 25 13:53:56 2011 -0400

    This is a spell test not a coverage test

diff --git a/t/99-pod-spelling.t b/t/99-pod-spelling.t
index a81a909..bb7f9d9 100644
--- a/t/99-pod-spelling.t
+++ b/t/99-pod-spelling.t
@@ -2,7 +2,7 @@
 
 use strict;
 use Test::More;
-plan skip_all => "Coverage tests only run for authors" unless (-d 'inc/.author');
+plan skip_all => "Spelling tests only run for authors" unless (-d 'inc/.author');
 
 eval "use Test::Spelling 0.12";
 plan skip_all => "Test::Spelling 0.12 required for testing POD spelling" if $@;

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list