added test for ->view() with one view not returning a blessed instance
[catagits/Catalyst-Runtime.git] / t / lib / TestAppOneView.pm
diff --git a/t/lib/TestAppOneView.pm b/t/lib/TestAppOneView.pm
new file mode 100644 (file)
index 0000000..59354b3
--- /dev/null
@@ -0,0 +1,8 @@
+package TestAppOneView;
+use strict;
+use warnings;
+use Catalyst;
+
+__PACKAGE__->setup;
+
+1;