add a todos.t with general todos

releases
Yanick Champoux 2023-11-12 12:27:48 -05:00
parent 2884d8b5cc
commit 0a67377791
1 changed files with 9 additions and 0 deletions

9
t/todos.t Normal file
View File

@ -0,0 +1,9 @@
use Test2::V0;
use Test2::Plugin::ExitSummary;
todo 'general list of todos' => sub {
fail $_ for
'blocked_attributes';
};
done_testing;