Checking in stuff that git svn seemed to un-commit somehow
[catagits/Test-WWW-Mechanize-Catalyst.git] / t / multi_content_type.t
index 5805b6d..6fbdaa4 100644 (file)
@@ -29,7 +29,7 @@ $SIG{INT} = sub { warn "INT:$$"; exit };
 use_ok 'ExternalCatty';
 my $pid = ExternalCatty->background($PORT);
 
-use Test::WWW::Mechanize::Catalyst 'ExternalCatty';
+use Test::WWW::Mechanize::Catalyst;
 my $m = Test::WWW::Mechanize::Catalyst->new;
 
 lives_ok { $m->get_ok( '/', 'Get a multi Content-Type response' ) }