Skip to content

Instantly share code, notes, and snippets.

@tempire
Created February 9, 2011 05:55
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/817981 to your computer and use it in GitHub Desktop.
Save tempire/817981 to your computer and use it in GitHub Desktop.
$t->max_redirects(3)
->get_ok('/welcome')
->status_is(200)
->content_like(qr/some text/)
->content_type_is('text/html');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment