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');