X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fpath_action_empty_brackets.t;h=2e499bf78a169a2e4646b77a158e103607cb7fdc;hp=5d100d5bbd1a8f61dbd3da0a1387e32c0bac5dd2;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hpb=9868e0a0023cc8b598d60f150ea367e0056a65f3 diff --git a/t/path_action_empty_brackets.t b/t/path_action_empty_brackets.t index 5d100d5..2e499bf 100644 --- a/t/path_action_empty_brackets.t +++ b/t/path_action_empty_brackets.t @@ -27,4 +27,4 @@ use Catalyst::Test 'TestPath'; ok( my $response = request('http://localhost/four'), 'Request' ); ok( $response->is_success, '"Path(\'\')" - Response Successful 2xx' ); is( $response->content, 'OK', '"Path() Args()" - Body okay' ); -} \ No newline at end of file +}