aboutsummaryrefslogtreecommitdiffstats
path: root/t/ui_view.t
diff options
context:
space:
mode:
Diffstat (limited to 't/ui_view.t')
-rw-r--r--t/ui_view.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/ui_view.t b/t/ui_view.t
new file mode 100644
index 0000000..e90bc46
--- /dev/null
+++ b/t/ui_view.t
@@ -0,0 +1,10 @@
+use lib 't/lib';
+use strict;
+use warnings;
+
+use Test::Class;
+use RTest::UI::View;
+
+Test::Class->runtests(
+ RTest::UI::View->new,
+);