X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fevil_stash.t;h=035430500629b7533348c46c3eaf6154b997fda5;hp=e97a131f1786ed2992d99a36c5640df4b86e9d8c;hb=fa2d8e3857cd3960f868d393e913377bd13f57a2;hpb=be57189a849e35a77232113c0f4523009d865a78 diff --git a/t/evil_stash.t b/t/evil_stash.t index e97a131..0354305 100644 --- a/t/evil_stash.t +++ b/t/evil_stash.t @@ -13,7 +13,7 @@ use Test::More; $c->{stash}->{foo} = 'bar'; $c->stash(baz=>'boor'); $c->{stash}->{baz} = $c->stash->{baz} . 2; - + Test::More::is($c->stash->{foo}, 'bar'); Test::More::is($c->stash->{baz}, 'boor2'); Test::More::is($c->{stash}->{foo}, 'bar');