projects
/
scpubgit/stemmatology.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
segment the large texts in the relationship mapper
[scpubgit/stemmatology.git]
/
stemmaweb
/
t
/
01app.t
Commit
Line
Data
dbcf12a6
1
#!/usr/bin/env perl
2
use strict;
3
use warnings;
4
use Test::More;
5
5c9ecf66
6
use Catalyst::Test 'stemmaweb';
dbcf12a6
7
8
ok( request('/')->is_success, 'Request should succeed' );
9
10
done_testing();