mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
Removing the submodule
This commit is contained in:
parent
d3c8fb0671
commit
67e22388da
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,4 +2,5 @@
|
|||||||
diagnostic.partial
|
diagnostic.partial
|
||||||
diagnostic.test
|
diagnostic.test
|
||||||
tests/*.diff
|
tests/*.diff
|
||||||
|
spec/
|
||||||
spec-runner/
|
spec-runner/
|
||||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "spec"]
|
|
||||||
path = spec
|
|
||||||
url = https://github.com/mustache/spec
|
|
@ -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.
|
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
|
### Porting and Backporting
|
||||||
|
1
spec
1
spec
@ -1 +0,0 @@
|
|||||||
Subproject commit 72fa528054ed882fb34b5eaca93a462c14be8061
|
|
Loading…
Reference in New Issue
Block a user