X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faccept_context_regression.t;h=916281a16d718e51d2ceac0008dcd49213ea3d50;hp=9828702f811b544556b9d98a6671a1fdbc0a2cbe;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hpb=9868e0a0023cc8b598d60f150ea367e0056a65f3 diff --git a/t/accept_context_regression.t b/t/accept_context_regression.t index 9828702..916281a 100644 --- a/t/accept_context_regression.t +++ b/t/accept_context_regression.t @@ -25,7 +25,7 @@ use Test::More; package MyApp; use Catalyst; - + MyApp->setup; }