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