stub tests for all classes
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / version_storages / standard.t
diff --git a/t/version_storages/standard.t b/t/version_storages/standard.t
new file mode 100644 (file)
index 0000000..b2476d8
--- /dev/null
@@ -0,0 +1,11 @@
+#!perl
+
+use Test::More;
+use Test::Exception;
+
+use lib 't/lib';
+use DBICDHTest;
+use DBICTest;
+use_ok 'DBIx::Class::DeploymentHandler::VersionStorage::Standard';
+
+done_testing;