From 7ec110cbecbfeb929b5a86746f8a8689fb6361ff Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Fri, 18 Sep 2009 01:49:03 -0700 Subject: [PATCH] [Haml] Add a submodule reference to the haml-spec project. --- .gitmodules | 3 +++ test/haml/spec | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 test/haml/spec diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..abc63826 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "test/haml/spec"] + path = test/haml/spec + url = git://github.com/norman/haml-spec.git diff --git a/test/haml/spec b/test/haml/spec new file mode 160000 index 00000000..e12870cc --- /dev/null +++ b/test/haml/spec @@ -0,0 +1 @@ +Subproject commit e12870cc403782a3d5c5bcc54175678f53910c22