diff --git a/t/_test.skeleton b/t/_test.skeleton index bf4795eab..a858da30c 100644 --- a/t/_test.skeleton +++ b/t/_test.skeleton @@ -24,10 +24,6 @@ use WebGUI::Test; # Init my $session = WebGUI::Test->session; -#---------------------------------------------------------------------------- -# Cleanup -END { - } #---------------------------------------------------------------------------- @@ -38,3 +34,7 @@ plan tests => 1; # Increment this number for each test you create #---------------------------------------------------------------------------- # put your tests here + +#---------------------------------------------------------------------------- +# Cleanup +END {