DavidSzczesniak
12/19/2017 - 11:06 AM

Informative names for tests

# Adding more detail about what we're testing and the ICal string itself
ok (defined $ical, "new(ical => '$ical_str')"); 

# so you'd get results like:
ok 25 new(ical => '19971024T120000')
ok 26 -  and it's the right class
ok 27 -  year()
...