diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-21 22:51:59 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-21 22:51:59 +0100 |
commit | 85930161f7a32c6c5c7de82a47554ed2855c14df (patch) | |
tree | 5c784ec80b59dd71867527d1658b1b5186b73a1e /test/fixtures | |
parent | 4f9ece1ec114901d817c77e584b933f195ece923 (diff) | |
download | gitbook-85930161f7a32c6c5c7de82a47554ed2855c14df.zip gitbook-85930161f7a32c6c5c7de82a47554ed2855c14df.tar.gz gitbook-85930161f7a32c6c5c7de82a47554ed2855c14df.tar.bz2 |
Normalize tests
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/test0/README.md | 3 | ||||
-rw-r--r-- | test/fixtures/test0/SUMMARY.md | 1 | ||||
-rw-r--r-- | test/fixtures/test0/book.json (renamed from test/fixtures/configuration/json/book.json) | 0 | ||||
-rw-r--r-- | test/fixtures/test4/README.md | 3 | ||||
-rw-r--r-- | test/fixtures/test4/SUMMARY.md | 1 | ||||
-rw-r--r-- | test/fixtures/test4/book.js (renamed from test/fixtures/configuration/js/book.js) | 0 |
6 files changed, 8 insertions, 0 deletions
diff --git a/test/fixtures/test0/README.md b/test/fixtures/test0/README.md new file mode 100644 index 0000000..d26ab9b --- /dev/null +++ b/test/fixtures/test0/README.md @@ -0,0 +1,3 @@ +# Other Title + +A description diff --git a/test/fixtures/test0/SUMMARY.md b/test/fixtures/test0/SUMMARY.md new file mode 100644 index 0000000..27870e5 --- /dev/null +++ b/test/fixtures/test0/SUMMARY.md @@ -0,0 +1 @@ +# Summary
\ No newline at end of file diff --git a/test/fixtures/configuration/json/book.json b/test/fixtures/test0/book.json index a2191b8..a2191b8 100644 --- a/test/fixtures/configuration/json/book.json +++ b/test/fixtures/test0/book.json diff --git a/test/fixtures/test4/README.md b/test/fixtures/test4/README.md new file mode 100644 index 0000000..d26ab9b --- /dev/null +++ b/test/fixtures/test4/README.md @@ -0,0 +1,3 @@ +# Other Title + +A description diff --git a/test/fixtures/test4/SUMMARY.md b/test/fixtures/test4/SUMMARY.md new file mode 100644 index 0000000..ac9323c --- /dev/null +++ b/test/fixtures/test4/SUMMARY.md @@ -0,0 +1 @@ +# Summary diff --git a/test/fixtures/configuration/js/book.js b/test/fixtures/test4/book.js index bf617cd..bf617cd 100644 --- a/test/fixtures/configuration/js/book.js +++ b/test/fixtures/test4/book.js |