commit | 09263aa7af88d48afd810da534e122f76738fc06 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Fri Oct 10 20:23:39 2008 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Fri Oct 10 20:23:39 2008 +0400 |
tree | e535d4d597ca4e5a5c01d2b0b7a8e2a1359dde11 | |
parent | e0a4a1b143ce31fe811343cf236906afd5400545 [diff] [blame] |
Tests: unbreak and extend has() functionality.
diff --git a/ssi-include-big.t b/ssi-include-big.t index 71fdab5..5d65f15 100644 --- a/ssi-include-big.t +++ b/ssi-include-big.t
@@ -9,7 +9,7 @@ use warnings; use strict; -use Test::More tests => 3; +use Test::More; BEGIN { use FindBin; chdir($FindBin::Bin); } @@ -21,7 +21,7 @@ select STDERR; $| = 1; select STDOUT; $| = 1; -my $t = Test::Nginx->new(); +my $t = Test::Nginx->has('rewrite')->plan(3)->new(); $t->write_file_expand('nginx.conf', <<'EOF');