move author tests to xt and remove environment conditional
[p5sagit/Class-Accessor-Grouped.git] / t / pod_spelling.t
diff --git a/t/pod_spelling.t b/t/pod_spelling.t
deleted file mode 100644 (file)
index b7a9840..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-use strict;
-use warnings;
-
-BEGIN {
-  use lib 't/lib';
-  use Test::More;
-
-  plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
-
-  eval 'use Test::Spelling 0.11';
-  plan skip_all => 'Test::Spelling 0.11 not installed' if $@;
-};
-
-set_spell_cmd('aspell list');
-
-add_stopwords(<DATA>);
-
-all_pod_files_spelling_ok();
-
-__DATA__
-Bowden
-Raygun
-Roditi
-isa
-mst
-behaviour
-further
-overridable
-Laco
-Pauley
-claco
-stylings
-fieldspec
-listref
-getters
-ribasushi
-Rabbitson
-groditi
-Caelum
-Kitover
-CAF
-Sep
-XSA
-OTRW
-runtime
-Axel
-fREW
-frew
-getter
-subclasses
-Benchmarking
\ No newline at end of file