- or download this
describe 'A mixed Test' => sub {
it 'runs Test::Spec and Test::Class tests' => sub {
[...]
};
};
- or download this
use Test::More;
- or download this
ok(1);
- or download this
ok 1 - test Hello
- or download this
describe 'A Fruit' => {
...
[tests on Fruits which are on a pie]
};
};
- or download this
ok 1 - A fruit attached to its branch grows