@ -4,6 +4,7 @@ use MJB::Web::Test;
my $t = Test::Mojo::MJB->new('MJB::Web');
# Home Page Exists
$t->get_ok( '/' );
$t->get_ok( '/' )
->status_is( 200 );
done_testing();
# About Page Exists
$t->get_ok( '/about' );
$t->get_ok( '/about' )
# Contact Page Exists
$t->get_ok( '/contact' );
$t->get_ok( '/contact' )