File: Workflow-Acceptance3.t

package info (click to toggle)
libtest2-suite-perl 0.000139-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,624 kB
  • sloc: perl: 6,398; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
use Test2::Bundle::Extended;
use Test2::Tools::Spec;

# This is a test that things are ok if you do not use the spec after loading
# it.

ok(1, "blah");

done_testing;