[Jifty-commit] jifty-dbi branch, master, updated. 0.68-5-g1ae767f

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


The branch, master has been updated
       via  1ae767f1c85125a971a62d2a9a1ffa81b95b68e0 (commit)
      from  81e5abb6bb89b71a57a1b0077649b8c938861094 (commit)

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

- Log -----------------------------------------------------------------
commit 1ae767f1c85125a971a62d2a9a1ffa81b95b68e0
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Mon Apr 25 13:35:40 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 a6359fd..e3cf183 100644
--- a/t/99-pod-spelling.t
+++ b/t/99-pod-spelling.t
@@ -3,7 +3,7 @@
 use strict;
 use Test::More;
 eval "use Test::Spelling";
-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');
 
 plan skip_all => "Test::Spelling required for testing POD spelling" if $@;
 

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


More information about the Jifty-commit mailing list