X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faccept_context_regression.t;h=916281a16d718e51d2ceac0008dcd49213ea3d50;hb=d7f73efeb94e2c7a412933585681c6c74e3a79a2;hp=9828702f811b544556b9d98a6671a1fdbc0a2cbe;hpb=42d0a52a587a2d6213ae04e0c41184c0e4afc9a2;p=catagits%2FCatalyst-Runtime.git 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; }