Merge remote branch 'origin/model-from-args'
[catagits/Gitalist.git] / t / lib / TestModelSimple.pm
diff --git a/t/lib/TestModelSimple.pm b/t/lib/TestModelSimple.pm
new file mode 100644 (file)
index 0000000..2f87698
--- /dev/null
@@ -0,0 +1,4 @@
+use MooseX::Declare;
+
+class TestModelSimple extends Gitalist::Git::CollectionOfRepositories::FromDirectory {
+}