8
default => sub { "hello world" },
13
like( $self->fixture, qr/hello world/, "saw fixture" );
20
my $obj = MyTest->new;
22
$obj->run_tests("with description");
26
# This file is part of Test-Roo
28
# This software is Copyright (c) 2013 by David Golden.
30
# This is free software, licensed under:
32
# The Apache License, Version 2.0, January 2004
34
# vim: ts=4 sts=4 sw=4 et: