fix test to pass
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 5 Apr 2010 14:18:32 +0000 (16:18 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 5 Apr 2010 14:18:32 +0000 (16:18 +0200)
t/basic.t

index a2d2973..7116bdf 100644 (file)
--- a/t/basic.t
+++ b/t/basic.t
@@ -11,4 +11,4 @@ use_ok('MojoFacets');
 # Test
 my $t = Test::Mojo->new(app => 'MojoFacets');
 $t->get_ok('/')->status_is(200)->content_type_is('text/html')
-  ->content_like(qr/Mojolicious Web Framework/i);
+  ->content_like(qr/Mojo/i);