mvz / happymapper

Object to XML mapping library, using Nokogiri (Fork from John Nunemaker's Happymapper)
http://github.com/mvz/happymapper/
MIT License
151 stars 44 forks source link

Reorganize some specs #236

Closed mvz closed 4 months ago

mvz commented 4 months ago

This introduces a spec directory for regression specs and moves some of the relevant specs there, mainly from the large main spec file. It also extracts some feature specs into the feature spec directory.

This works toward resolving #38.