X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fversion_storages%2Ftiny.t;fp=t%2Fversion_storages%2Ftiny.t;h=0000000000000000000000000000000000000000;hb=624e3018cef977b18efce156c40440aa50d26e09;hp=602d517ac2bf5d7cc3fb54ba7aa8f9204a19b6f8;hpb=a05c2e22fc3c3dde363968c545338a21d11a8c25;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/t/version_storages/tiny.t b/t/version_storages/tiny.t deleted file mode 100644 index 602d517..0000000 --- a/t/version_storages/tiny.t +++ /dev/null @@ -1,10 +0,0 @@ -#!perl - -use Test::More; -use Test::Exception; - -use lib 't/lib'; -use DBICDHTest; -use_ok 'DBIx::Class::DeploymentHandler::VersionStorage::Standard'; - -done_testing;