implemented action dispatching by type
[catagits/CatalystX-Declare.git] / t / 100_complex.t
index 93df766..c982ce5 100644 (file)
@@ -62,7 +62,7 @@ is get('/foo/surrounded_target'), 'foo/surrounded_target surrounded', 'action wa
 is get('/foo/inline_class'), 'HELLO', 'inline classes work as expected';
 
 # error handling
-is get('/foo/wants_integer/butdoesntgetone'), 'Not found', 'validation error causes bad request error';
+is get('/foo/wants_integer/butdoesntgetone'), 'no integer', 'validation error causes bad request error';
 
 # fix bug with capture args below under { }
 is get('/foo/lower/down/the/param/3/road/5'), 8, 'capture args and block under work together';