Remove test boilerplate
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 30 Aug 2014 21:39:15 +0000 (00:39 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 30 Aug 2014 21:39:15 +0000 (00:39 +0300)
t/App-FonBot-Daemon.t

index add887f35abe0daaf44f1a62fdd50d09833718f7..3bc24d3fe6de5a9a44ac3ad1a2666f7df934a471 100644 (file)
@@ -1,18 +1,6 @@
-# Before `make install' is performed this script should be runnable with
-# `make test'. After `make install' it should work as `perl App-FonBot-Daemon.t'
-
-#########################
-
-# change 'tests => 1' to 'tests => last_test_to_print';
-
+#!/usr/bin/perl
 use strict;
 use warnings;
 
 use Test::More tests => 1;
 BEGIN { use_ok('App::FonBot::Daemon') };
-
-#########################
-
-# 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.
-
This page took 0.009939 seconds and 4 git commands to generate.