NAME
Test::Mojo::Plack - The great new Test::Mojo::Plack!
VERSION
Version 0.01
SYNOPSIS
Quick summary of what the module does.
Perhaps a little code snippet.
use Test::Mojo::Plack;
my $foo = Test::Mojo::Plack->new('My::Catalyst::App');
my $foo = Test::Mojo::Plack->new('My::Dancer::App');
$foo->get_ok("/")->status_is(200)->content_type_is('text/html')->text_is('#footer a.author', 'mendoza@pvv.ntnu.no');
SUBROUTINES/METHODS
new
Returns a Test::Mojo::Plack object that is a subclass of Test::Mojo
AUTHOR
Nicolas Mendoza, <mendoza at pvv.ntnu.no>
BUGS
Please report any bugs or feature requests to bug-test-mojo-plack at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Mojo-Plack. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Test::Mojo::Plack
REPOSITORY
https://github.com/nicomen/test-mojo-plack
ACKNOWLEDGEMENTS
Heavily inspired by Plack::Test and Catalyst::Test and of course Test::Mojo
LICENSE AND COPYRIGHT
Copyright 2014 Nicolas Mendoza.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.