Skip to content

Instantly share code, notes, and snippets.

@yko
Created August 15, 2010 09:32
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 yko/525291 to your computer and use it in GitHub Desktop.
Save yko/525291 to your computer and use it in GitHub Desktop.
my $t = Test::Mojo->new;
$t->get_ok('/')->status_is(200);
my $url = $t->tx->req->url->clone;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment