diff --git a/t/todos.t b/t/todos.t new file mode 100644 index 0000000..e157594 --- /dev/null +++ b/t/todos.t @@ -0,0 +1,9 @@ +use Test2::V0; +use Test2::Plugin::ExitSummary; + +todo 'general list of todos' => sub { + fail $_ for + 'blocked_attributes'; +}; + +done_testing;