X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t%2Fboilerplate.t;h=614b531d1bde86f080c2bed062990be6aa88c2ab;hb=2e165040cb45be2dbb4d68ff1f99b7a38c08114c;hp=8b69a7b2f83dc713f7d897f14ace100e415efbe5;hpb=b37129289a0f46bd341e39e44d9000c1c79e92cb;p=Business-OnlinePayment-PaymenTech.git diff --git a/t/boilerplate.t b/t/boilerplate.t index 8b69a7b..614b531 100644 --- a/t/boilerplate.t +++ b/t/boilerplate.t @@ -36,20 +36,14 @@ sub module_boilerplate_ok { ); } -TODO: { - local $TODO = "Need to replace the boilerplate text"; +not_in_file_ok(README => + "The README is used..." => qr/The README is used/, + "'version information here'" => qr/to provide version information/, +); - not_in_file_ok(README => - "The README is used..." => qr/The README is used/, - "'version information here'" => qr/to provide version information/, - ); +not_in_file_ok(Changes => + "placeholder date/time" => qr(Date/time) +); - not_in_file_ok(Changes => - "placeholder date/time" => qr(Date/time) - ); - - module_boilerplate_ok('lib/Business/OnlinePayment/PaymenTech.pm'); - - -} +module_boilerplate_ok('lib/Business/OnlinePayment/PaymenTech.pm');