From: Marius Gavrilescu Date: Tue, 27 Jan 2015 10:04:16 +0000 (+0200) Subject: Remove t/Gruntmaster-Page.t X-Git-Url: http://git.ieval.ro/?p=plack-app-gruntmaster.git;a=commitdiff_plain;h=7be61506ea53bb362d01e0d59236f5e78e28b198 Remove t/Gruntmaster-Page.t --- diff --git a/MANIFEST b/MANIFEST index d6b3f00..224becc 100644 --- a/MANIFEST +++ b/MANIFEST @@ -28,7 +28,6 @@ MANIFEST This list of files README run static/gm.css -t/Gruntmaster-Page.t t/mech.t tmpl/ct.en tmpl/ct_entry.en diff --git a/t/Gruntmaster-Page.t b/t/Gruntmaster-Page.t deleted file mode 100644 index 284698d..0000000 --- a/t/Gruntmaster-Page.t +++ /dev/null @@ -1,18 +0,0 @@ -# Before 'make install' is performed this script should be runnable with -# 'make test'. After 'make install' it should work as 'perl Gruntmaster-Page.t' - -######################### - -# change 'tests => 1' to 'tests => last_test_to_print'; - -use strict; -use warnings; - -use Test::More tests => 1; -BEGIN { use_ok('Gruntmaster::Page') }; - -######################### - -# Insert your test code below, the Test::More module is use()ed here so read -# its man page ( perldoc Test::More ) for help writing this test script. -