X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fconfigured_comps.t;h=c543c083c62a89fa7bf622c1c78c8b6246638307;hp=445b647b7388a2dcc40af48013b649fcb819fc01;hb=14b0dab3b4ba38d8de513a46d902a0eca4068841;hpb=067a21ea868757ad0d3ea1d4e80f74d61e0698fc diff --git a/t/configured_comps.t b/t/configured_comps.t index 445b647..c543c08 100644 --- a/t/configured_comps.t +++ b/t/configured_comps.t @@ -100,7 +100,7 @@ use Test::More; 'Model::Zoo' => { from_component => 'Local::Model::Foo' }, 'Model::Foo' => { from_component => 'Local::Model::Foo', roles => ['TestRole'] }, }, - 'Controller::Err' => { a => 100, b=>200, namespace=>'error' }, + 'Controller::Err' => { a => 100, b => 200, namespace => 'error' }, 'Model::Zoo' => { a => 2 }, 'Model::Foo' => { a => 100 }, 'Model::One' => { a => 'one' },