diff options
author | dakkar <dakkar@thenautilus.net> | 2019-04-29 15:28:05 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2019-04-29 15:29:52 +0100 |
commit | 2d7224bdd7bf7113fd4be5852375f687fab9ca68 (patch) | |
tree | 948aed9a6d0bc4c4989a8c4b49beaec5c768e608 /t | |
parent | v1.0.3 (diff) | |
parent | provide class name to runner (diff) | |
download | Sietima-2d7224bdd7bf7113fd4be5852375f687fab9ca68.tar.gz Sietima-2d7224bdd7bf7113fd4be5852375f687fab9ca68.tar.bz2 Sietima-2d7224bdd7bf7113fd4be5852375f687fab9ca68.zip |
Merge branch 'fix-for-newer-app-spec'
Diffstat (limited to 't')
-rw-r--r-- | t/lib/Test/Sietima.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/Test/Sietima.pm b/t/lib/Test/Sietima.pm index 79f3b7a..e20aacf 100644 --- a/t/lib/Test/Sietima.pm +++ b/t/lib/Test/Sietima.pm @@ -171,7 +171,7 @@ sub run_cmdline_sub($sietima,$method,$options={},$parameters={}) { cmd => $sietima, op => $method, }); - $r->response(App::Spec::Run::Response->new); + $r->response(App::Spec::Run::Response->new(buffered=>1)); ok( lives { $sietima->$method($r) }, "calling $method should live", |