aboutsummaryrefslogtreecommitdiff
path: root/src/guff/handlers.cr
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-03-10 09:25:07 -0500
committerPaul Duncan <pabs@pablotron.org>2016-03-10 09:25:07 -0500
commit5d7cd9615840341d2ccab1d8b7acfd49d6a5b743 (patch)
treef2ff9b9f47280826123e962efb95202af11f225a /src/guff/handlers.cr
parentadfc9a07d407a9e29bcd7d8af4f24bf7d75c9fe6 (diff)
downloadold-guff-5d7cd9615840341d2ccab1d8b7acfd49d6a5b743.tar.bz2
old-guff-5d7cd9615840341d2ccab1d8b7acfd49d6a5b743.zip
rename test to test-blog
Diffstat (limited to 'src/guff/handlers.cr')
-rw-r--r--src/guff/handlers.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guff/handlers.cr b/src/guff/handlers.cr
index ba48bbd..834be47 100644
--- a/src/guff/handlers.cr
+++ b/src/guff/handlers.cr
@@ -22,7 +22,7 @@ module Guff
}, {
env: %w{development},
init: ->(models : Models) {
- TestHandler.new(models) as HTTP::Handler
+ TestBlogHandler.new(models) as HTTP::Handler
},
}, {
init: ->(models : Models) {