X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F25-setting-config-file.t;h=8d228f9f9b460c91fb83131b3cd7e74526b5d8d9;hb=57eb9f3052a42d1c5432d3fbe88b3322a6368b23;hp=6e4e9dc3819bb2f4612424aa81bfd42ce996149d;hpb=802a7626d6d40a25603748f71e8e7c85727ea0de;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/t/25-setting-config-file.t b/t/25-setting-config-file.t index 6e4e9dc..8d228f9 100644 --- a/t/25-setting-config-file.t +++ b/t/25-setting-config-file.t @@ -16,9 +16,9 @@ BEGIN { eval { require Catalyst; Catalyst->VERSION( '5.80001' ); }; plan skip_all => 'Catalyst 5.80001 required' if $@; - # plan tests => 3; + plan tests => 22; - require_ok 'Catalyst::Test'; + use Catalyst::Test (); } @@ -115,5 +115,3 @@ BEGIN { is( get( '/appconfig/test4_conf4' ), "", "custom config var4 not set" ); } - -done_testing;