summaryrefslogtreecommitdiff
path: root/t/29-app-raps2.t
diff options
context:
space:
mode:
Diffstat (limited to 't/29-app-raps2.t')
-rw-r--r--t/29-app-raps2.t11
1 files changed, 11 insertions, 0 deletions
diff --git a/t/29-app-raps2.t b/t/29-app-raps2.t
new file mode 100644
index 0000000..28fe4fc
--- /dev/null
+++ b/t/29-app-raps2.t
@@ -0,0 +1,11 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use 5.010;
+
+use Test::More tests => 2;
+
+use_ok('App::Raps2');
+
+my $r2 = App::Raps2->new();
+isa_ok($r2, 'App::Raps2');