add a todos.t with general todos

This commit is contained in:
Yanick Champoux 2023-11-12 12:27:48 -05:00
parent 2884d8b5cc
commit 0a67377791

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;