We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d5c62 commit 2339d22Copy full SHA for 2339d22
S04-phasers/pre-post.t
@@ -75,7 +75,6 @@ class Another {
75
76
my $pt = Another.new;
77
#?pugs todo
78
-#?rakudo todo 'POST gets return value as $_'
79
lives_ok { $pt.test(2) }, 'POST receives return value as $_ (succeess)';
80
dies_ok { $pt.test(1) }, 'POST receives return value as $_ (failure)';
81
0 commit comments