aboutsummaryrefslogtreecommitdiffstats
path: root/t/model_Mirrors.t
diff options
context:
space:
mode:
Diffstat (limited to 't/model_Mirrors.t')
-rw-r--r--t/model_Mirrors.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/model_Mirrors.t b/t/model_Mirrors.t
new file mode 100644
index 0000000..e09d845
--- /dev/null
+++ b/t/model_Mirrors.t
@@ -0,0 +1,7 @@
+use strict;
+use warnings;
+use Test::More;
+
+BEGIN { use_ok 'MGA::Mirrors::Model::Mirrors' }
+
+done_testing();