ruby / spec

The Ruby Spec Suite aka ruby/spec
MIT License
600 stars 388 forks source link

Add specs for Date#yday and DateTime#yday #1172

Closed herwinw closed 4 months ago

herwinw commented 4 months ago

This is done by converting the existing specs for Time#yday into a shared spec that can be used by the other two classes. An additional spec to cover leap years has been added.

andrykonchin commented 4 months ago

Thank you!