Skip to content

Instantly share code, notes, and snippets.

@tempire
Created February 9, 2011 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tempire/817976 to your computer and use it in GitHub Desktop.
Save tempire/817976 to your computer and use it in GitHub Desktop.
my $t = Test::Mojo->new( app => 'MyApp' );
$t->get_ok('/welcome')->status_is(200);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment