X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_attributes.t;fp=t%2Faggregate%2Flive_component_controller_attributes.t;h=0000000000000000000000000000000000000000;hb=f436bc1bece2bcc2a04138068e5c22e70d9d6d35;hp=e8832d943e21438286ce794b40787a1017f97fc5;hpb=e28a6876ad3e11890226e5bab6df4b0725e0981e;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_component_controller_attributes.t b/t/aggregate/live_component_controller_attributes.t deleted file mode 100644 index e8832d9..0000000 --- a/t/aggregate/live_component_controller_attributes.t +++ /dev/null @@ -1,19 +0,0 @@ -#!perl - -use strict; -use warnings; - -use FindBin; -use lib "$FindBin::Bin/../lib"; - -use Test::More tests => 4; -use Catalyst::Test 'TestApp'; - -ok( my $response = request('http://localhost/attributes/view'), - 'get /attributes/view' ); -ok( !$response->is_success, 'Response Unsuccessful' ); - -ok( $response = request('http://localhost/attributes/foo'), - "get /attributes/foo" ); - -ok( $response->is_success, "Response OK" );