From 67e22388da78724cef15c58b4da604ba14af9280 Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Mon, 21 Dec 2015 09:02:33 -0600 Subject: [PATCH] Removing the submodule --- .gitignore | 1 + .gitmodules | 3 --- README.md | 6 +++++- spec | 1 - 4 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 .gitmodules delete mode 160000 spec diff --git a/.gitignore b/.gitignore index f8b686f..5a1b4f1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ diagnostic.partial diagnostic.test tests/*.diff +spec/ spec-runner/ diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 4729540..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "spec"] - path = spec - url = https://github.com/mustache/spec diff --git a/README.md b/README.md index 4613772..e23130d 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,11 @@ Developing Check out the code and hack away. Please add tests to show off bugs before fixing them. New functionality should also be covered by a test. -To run against the official specs, you need to make sure you have the "spec" submodule. If you see a `spec/` folder with stuff in it, you're already set. Otherwise run `git submodule update --init`. After that you need to install node.js and run `npm install async` (no, I didn't make a package.json to just list one dependency). Finally, `./run-spec.js spec/specs/*.json` will run against the official tests - there's over 100 of them. +First you need to get the official tests. This command will pull them down and put those tests into a "spec" folder. + + git clone https://github.com/mustache/spec.git spec + +After that you need to install node.js and run `npm install async` (no, I didn't make a package.json to just list one dependency). Finally, `./run-spec.js spec/specs/*.json` will run against the official tests - there's over 100 of them. ### Porting and Backporting diff --git a/spec b/spec deleted file mode 160000 index 72fa528..0000000 --- a/spec +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 72fa528054ed882fb34b5eaca93a462c14be8061