commit | a748b0e84bd338b5b5d30021e359408cb1bb7292 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Tue May 19 22:54:06 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Tue May 19 22:54:06 2015 +0000 |
tree | e0327a6efd78fc8de7547bd8d2c24bfbfe176fa9 | |
parent | d0711cac38da9e8dbe820aeb04a20e75b831393a [diff] [blame] |
More documentation, clean up tests
diff --git a/t/basic.t b/t/basic.t index 7511236..7810313 100644 --- a/t/basic.t +++ b/t/basic.t
@@ -6,7 +6,7 @@ my $t = Test::Mojo->new('Kalamar'); $t->get_ok('/') ->status_is(200) - ->text_is('title', 'KorAP') - ->text_like('h1 span', qr/Korpusanalyseplattform/i); + ->text_is('title', 'KorAP - Corpus Analysis Platform') + ->text_is('h1 span', 'KorAP - Corpus Analysis Platform'); done_testing();