File: Action.t

package info (click to toggle)
libtest2-workflow-perl 0.000017-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 344 kB
  • ctags: 55
  • sloc: perl: 983; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (9)
1
2
3
4
5
use Test2::Bundle::Extended -target => 'Test2::Workflow::Task::Action';

can_ok($CLASS, 'around');

done_testing;