test case boilerplate
[catagits/Catalyst-Runtime.git] / t / lib / TestContentNegotiation.pm
diff --git a/t/lib/TestContentNegotiation.pm b/t/lib/TestContentNegotiation.pm
new file mode 100644 (file)
index 0000000..e126dcd
--- /dev/null
@@ -0,0 +1,13 @@
+package TestContentNegotiation;
+
+use Moose;
+use Catalyst;
+
+extends 'Catalyst';
+
+__PACKAGE__->config(
+  'Controller::Root', { namespace => '' },
+);
+
+__PACKAGE__->setup;
+