Initial library
[scpubgit/stemmatology.git] / t / 01app.t
1 #!/usr/bin/env perl
2 use strict;
3 use warnings;
4 use Test::More tests => 2;
5
6 BEGIN { use_ok 'Catalyst::Test', 'lemmatizer' }
7
8 ok( request('/')->is_success, 'Request should succeed' );