/[Frey]/trunk/t/95-frey-test-runner.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/t/95-frey-test-runner.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 489 by dpavlin, Mon Nov 24 17:24:18 2008 UTC revision 490 by dpavlin, Mon Nov 24 18:10:34 2008 UTC
# Line 2  Line 2 
2  use strict;  use strict;
3  use warnings;  use warnings;
4    
5  use Test::More tests => 2;  use Test::More tests => 1;
6  use lib 'lib';  use lib 'lib';
7    
8  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
# Line 13  BEGIN { Line 13  BEGIN {
13          use_ok('Frey::Test::Runner');          use_ok('Frey::Test::Runner');
14  }  }
15    
16  ok( my $markup = Frey::Test::Runner->new->as_markup, 'markup' );  if ( $debug ) {
17  diag $markup if $debug;          diag Frey::Test::Runner->new->as_markup;
18    }

Legend:
Removed from v.489  
changed lines
  Added in v.490

  ViewVC Help
Powered by ViewVC 1.1.26