diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-23 23:18:15 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-23 23:18:15 +0100 |
commit | 2d1aa15af8ee73f7179e323493ab4f6c40f6ac57 (patch) | |
tree | a71b44c602077c411b77cad554b0b47840294cfd /test/fixtures/test0 | |
parent | 63ee94ff89d10e56d82079183c494f8129b92eae (diff) | |
download | gitbook-2d1aa15af8ee73f7179e323493ab4f6c40f6ac57.zip gitbook-2d1aa15af8ee73f7179e323493ab4f6c40f6ac57.tar.gz gitbook-2d1aa15af8ee73f7179e323493ab4f6c40f6ac57.tar.bz2 |
New cleaner helper for testing
Diffstat (limited to 'test/fixtures/test0')
-rw-r--r-- | test/fixtures/test0/GLOSSARY.md | 6 | ||||
-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 | 3 | ||||
-rw-r--r-- | test/fixtures/test0/styles/website.css | 3 |
5 files changed, 0 insertions, 16 deletions
diff --git a/test/fixtures/test0/GLOSSARY.md b/test/fixtures/test0/GLOSSARY.md deleted file mode 100644 index ad07f86..0000000 --- a/test/fixtures/test0/GLOSSARY.md +++ /dev/null @@ -1,6 +0,0 @@ -# Glossary - -## Description - -This is the dexcription of a description. - diff --git a/test/fixtures/test0/README.md b/test/fixtures/test0/README.md deleted file mode 100644 index a2fdfea..0000000 --- a/test/fixtures/test0/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Other Title - -This is a description, it's simple, no ? diff --git a/test/fixtures/test0/SUMMARY.md b/test/fixtures/test0/SUMMARY.md deleted file mode 100644 index 27870e5..0000000 --- a/test/fixtures/test0/SUMMARY.md +++ /dev/null @@ -1 +0,0 @@ -# Summary
\ No newline at end of file diff --git a/test/fixtures/test0/book.json b/test/fixtures/test0/book.json deleted file mode 100644 index 41faa63..0000000 --- a/test/fixtures/test0/book.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "title": "Test" -}
\ No newline at end of file diff --git a/test/fixtures/test0/styles/website.css b/test/fixtures/test0/styles/website.css deleted file mode 100644 index 5c5e887..0000000 --- a/test/fixtures/test0/styles/website.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - background: red; -} |