skoji / gepub

a generic EPUB library for Ruby : supports EPUB 3
Other
240 stars 42 forks source link

Access spec fixtures less noisy through Pathname #145

Closed aef closed 2 months ago

aef commented 2 months ago

Exchange classic prodecural filesystem API with modern object-oriented Pathname in specification. Less noise which lets you focus on what the tests are actually doing.