pod coverage test for helper generated apps
[catagits/Catalyst-Runtime.git] / t / 12default.t
index d7cc040..18d9884 100644 (file)
@@ -23,5 +23,5 @@ package main;
 use Test::More tests => 2;
 use Catalyst::Test 'TestApp';
 
-like( get('/foo')         , qr/bar/ );
-like( get('/foo_bar/foo') , qr/yada/ );
+ok( get('/foo')         =~ /bar/ );
+ok( get('/foo_bar/foo') =~ /yada/ );