aboutsummaryrefslogtreecommitdiffstats
path: root/t/01app.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01app.t')
-rw-r--r--t/01app.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/01app.t b/t/01app.t
new file mode 100644
index 0000000..c72e2c7
--- /dev/null
+++ b/t/01app.t
@@ -0,0 +1,7 @@
+use strict;
+use warnings;
+use Test::More tests => 2;
+
+BEGIN { use_ok 'Catalyst::Test', 'ComponentUI' }
+
+ok( request('/')->is_success, 'Request should succeed' );