I meant the app name, not the controller name
[catagits/Catalyst-Devel.git] / share / t / comptest.tt
index 2c2c087..cd40e00 100644 (file)
@@ -8,7 +8,7 @@ unless (eval q{use Test::WWW::Mechanize::Catalyst 0.55; 1}) {
     exit 0;
 }
 
-ok( my $mech = Test::WWW::Mechanize::Catalyst->new(catalyst_app => '[% name %]', 'Created mech object' );
+ok( my $mech = Test::WWW::Mechanize::Catalyst->new(catalyst_app => '[% app %]', 'Created mech object' );
 
 $mech->get_ok( 'http://localhost[% uri %]' );
 [%- ELSE %]