summaryrefslogtreecommitdiffstats
path: root/test/fixtures/test0
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-03-23 23:18:15 +0100
committerSamy Pessé <samypesse@gmail.com>2015-03-23 23:18:15 +0100
commit2d1aa15af8ee73f7179e323493ab4f6c40f6ac57 (patch)
treea71b44c602077c411b77cad554b0b47840294cfd /test/fixtures/test0
parent63ee94ff89d10e56d82079183c494f8129b92eae (diff)
downloadgitbook-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.md6
-rw-r--r--test/fixtures/test0/README.md3
-rw-r--r--test/fixtures/test0/SUMMARY.md1
-rw-r--r--test/fixtures/test0/book.json3
-rw-r--r--test/fixtures/test0/styles/website.css3
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;
-}