#!perl
#
# This file is part of Template-Plugin-TwoStage
#
# This software is copyright (c) 2014 by Alexander Kühne.
#
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
#
use
strict;
use
warnings;
use
Template::Test;
$Template::Test::DEBUG
= 1;
$Template::Test::PRESERVE
= 1;
test_expect(
Template::Plugin::TwoStage::Test->read_test_file(
'general.tests'
),
Template::Plugin::TwoStage::Test->tt_config()
);