reconfigure

This commit is contained in:
jysperm
2014-11-18 10:26:32 +08:00
parent 2d45735ec2
commit 6eb7dc6895
17 changed files with 147 additions and 53 deletions

View File

@@ -12,7 +12,7 @@
it 'GET /:category/:title', (done) ->
agent.get '/wiki/FAQ/Billing.md'
.expect 200
.expect if config.plugins.wiki.disable_default_wiki then 404 else 200
.end done
it 'GET /:category/:title when not exist', (done) ->