Rewrote all the tests and now all tests pass!
[catagits/Web-Session.git] / t / 010_middleware.t
index 190497d..8d2b517 100644 (file)
@@ -15,7 +15,7 @@ my $app = sub {
     return [ 200, [], [ $body ] ];
 };
 
-$app = Plack::Middleware::Session->wrap($app);
+$app = Plack::Middleware::Session->wrap($app, session_class => "Plack::Session");
 
 test_psgi $app, sub {
     my $cb = shift;