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=b114ef4764de1bc4f492ba9832b3bae3eba2e17c;hpb=42d0a52a587a2d6213ae04e0c41184c0e4afc9a2 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; }