And make it actually work
[catagits/CatalystX-HelpText.git] / t / live-test.t
index 4ca1c81..f4f905c 100644 (file)
@@ -15,6 +15,6 @@ use ok 'TestApp';
 use Test::WWW::Mechanize::Catalyst 'TestApp';
 my $mech = Test::WWW::Mechanize::Catalyst->new;
 $mech->get_ok('http://localhost/', 'get main page');
-$mech->content_like(qr/it works/i, 'see if it has our text');
+$mech->content_like(qr/fnarblarghfnee/i, 'see if it has our text');
 
 done_testing;