X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Funit_load_catalyst_test.t;h=0dbf8e3989f27986866debe6c009bba44b06e265;hb=f04fdedae056296d0fa97fbdcaa85b9811ca6a5b;hp=08b7e7c2e4b75559a00299b62fa22df02642d775;hpb=fb02aed1e7ab046fafe31309c5eaef30480f991f;p=catagits%2FCatalyst-Runtime.git diff --git a/t/unit_load_catalyst_test.t b/t/unit_load_catalyst_test.t index 08b7e7c..0dbf8e3 100644 --- a/t/unit_load_catalyst_test.t +++ b/t/unit_load_catalyst_test.t @@ -1,16 +1,16 @@ -#!perl - -use strict; -use warnings; - -use Test::More; - -plan tests => 3; - -use_ok('Catalyst::Test'); - -eval "get('http://localhost')"; -isnt( $@, "", "get returns an error message with no app specified"); - -eval "request('http://localhost')"; -isnt( $@, "", "request returns an error message with no app specified"); +#!perl + +use strict; +use warnings; + +use Test::More; + +plan tests => 3; + +use_ok('Catalyst::Test'); + +eval "get('http://localhost')"; +isnt( $@, "", "get returns an error message with no app specified"); + +eval "request('http://localhost')"; +isnt( $@, "", "request returns an error message with no app specified");