Dancer2-Plugin-JsonApi/t/todos.t

10 lines
151 B
Perl
Raw Normal View History

2023-11-12 17:27:48 +00:00
use Test2::V0;
use Test2::Plugin::ExitSummary;
todo 'general list of todos' => sub {
fail $_ for
'blocked_attributes';
};
done_testing;