diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-24 23:14:17 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-24 23:14:17 +0100 |
commit | c9af209a9335ea1219c3149eb12c2daa271c9403 (patch) | |
tree | 72df3edf7a67db465ce2dacbbf204974253b818a /test/books/config-json | |
parent | 63ee94ff89d10e56d82079183c494f8129b92eae (diff) | |
parent | 48ab44a776b665b1d3627192cf82e9220ec74678 (diff) | |
download | gitbook-c9af209a9335ea1219c3149eb12c2daa271c9403.zip gitbook-c9af209a9335ea1219c3149eb12c2daa271c9403.tar.gz gitbook-c9af209a9335ea1219c3149eb12c2daa271c9403.tar.bz2 |
Merge pull request #667 from GitbookIO/better-testing
Better Unit Tests
Diffstat (limited to 'test/books/config-json')
-rw-r--r-- | test/books/config-json/README.md | 1 | ||||
-rw-r--r-- | test/books/config-json/SUMMARY.md | 1 | ||||
-rw-r--r-- | test/books/config-json/book.json | 3 |
3 files changed, 5 insertions, 0 deletions
diff --git a/test/books/config-json/README.md b/test/books/config-json/README.md new file mode 100644 index 0000000..f395431 --- /dev/null +++ b/test/books/config-json/README.md @@ -0,0 +1 @@ +# Readme diff --git a/test/books/config-json/SUMMARY.md b/test/books/config-json/SUMMARY.md new file mode 100644 index 0000000..ac9323c --- /dev/null +++ b/test/books/config-json/SUMMARY.md @@ -0,0 +1 @@ +# Summary diff --git a/test/books/config-json/book.json b/test/books/config-json/book.json new file mode 100644 index 0000000..eda10bb --- /dev/null +++ b/test/books/config-json/book.json @@ -0,0 +1,3 @@ +{ + "title": "json-config" +} |