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