stop using Moo as a test package
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_response_print.t
index 85afc80..6c985b3 100644 (file)
@@ -1,10 +1,8 @@
-#!perl
-
 use strict;
 use warnings;
 
 use FindBin;
-use lib "$FindBin::Bin/lib";
+use lib "$FindBin::Bin/../lib";
 
 use Test::More tests => 9;
 use Catalyst::Test 'TestApp';
@@ -12,7 +10,7 @@ use Catalyst::Test 'TestApp';
 my $expected = {
    one => "foo",
    two => "foobar",
-   three => "foo,bar,baz",
+   three => "foo,bar,baz:",
 };
 
 for my $action ( sort keys %{$expected} ) {