diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-19 10:08:49 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-19 10:08:49 +0100 |
commit | d9c020194d949bd7591c51f6a6bfb48612f39a09 (patch) | |
tree | d9715f3fda2751481a89a2afcfa9ada2a1d8ccb7 /test/fixtures | |
parent | ec586dd3cdf06e9567f5d3e4961022ddc3c94778 (diff) | |
download | gitbook-d9c020194d949bd7591c51f6a6bfb48612f39a09.zip gitbook-d9c020194d949bd7591c51f6a6bfb48612f39a09.tar.gz gitbook-d9c020194d949bd7591c51f6a6bfb48612f39a09.tar.bz2 |
Add base object to load configuration
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/config/book.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/config/book.json b/test/fixtures/config/book.json new file mode 100644 index 0000000..a2191b8 --- /dev/null +++ b/test/fixtures/config/book.json @@ -0,0 +1,3 @@ +{ + "title": "Test" +}
\ No newline at end of file |