Skip to content

Commit

Permalink
Modified skel.t
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldville committed Jul 13, 2012
1 parent b6b3a62 commit 00896ff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions skel/skel.t
Expand Up @@ -4,12 +4,17 @@
use strict;
use warnings;

use Test::More;
use Test::Exception;

use FindBin;
use File::Spec;
use lib File::Spec->catdir( $FindBin::Bin, '../lib' );

########################################
# 00-compile.t
########################################
#{{{
use Test::More;

BEGIN { use_ok '' }
require_ok ('');

Expand All @@ -20,8 +25,6 @@ done_testing;
# 01-call_func.t
########################################
#{{{
use Test::More;

my @methods = qw/new/;

for my $method (@methods) {
Expand All @@ -35,9 +38,6 @@ done_testing;
# other
########################################
#{{{
use Test::More;
use Test::Exception;

sub test_func {
my %specs = @_;
my ( $input, $expects, $desc ) = @specs{qw/ input expects desc /};
Expand Down

0 comments on commit 00896ff

Please sign in to comment.