X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_action_childof.t;h=d1a0278092857161560ab59094d8b28f8df3bf8c;hb=a7edfd938f5837127f3d455d8cc7e0204f4b3ba4;hp=3fc9140d05e09cfb8e1781dee6525712e9b8a75b;hpb=141459fa3fc9852fd6f05138caddb410bbe2949c;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_action_childof.t b/t/live_component_controller_action_childof.t index 3fc9140..d1a0278 100644 --- a/t/live_component_controller_action_childof.t +++ b/t/live_component_controller_action_childof.t @@ -29,7 +29,7 @@ sub run_tests { TestApp::Controller::Action::ChildOf->begin TestApp::Controller::Action::ChildOf->foo TestApp::Controller::Action::ChildOf->endpoint - TestApp::Controller::Action::ChildOf->end + TestApp::Controller::Action::ChildOf->end ]; my $expected = join( ", ", @expected ); @@ -44,7 +44,7 @@ sub run_tests { TestApp::Controller::Action::ChildOf->begin TestApp::Controller::Action::ChildOf->foo TestApp::Controller::Action::ChildOf::Foo->spoon - TestApp::Controller::Action::ChildOf->end + TestApp::Controller::Action::ChildOf->end ]; my $expected = join( ", ", @expected ); @@ -59,7 +59,7 @@ sub run_tests { TestApp::Controller::Action::ChildOf->begin TestApp::Controller::Action::ChildOf->bar TestApp::Controller::Action::ChildOf->finale - TestApp::Controller::Action::ChildOf->end + TestApp::Controller::Action::ChildOf->end ]; my $expected = join( ", ", @expected );