Empact / roxml

ROXML is a module for binding Ruby classes to XML. It supports custom mapping and bidirectional marshalling between Ruby and XML using annotation-style class methods, via Nokogiri or LibXML.
http://roxml.rubyforge.org/
MIT License
223 stars 176 forks source link

wishlist: port spec suite to RSpec3 #50

Closed boutil closed 6 years ago

boutil commented 9 years ago

Hi,

Please port the specs to RSpec v3. The Debian project wrote a patch for basic support. I'll send the link to the patch for reference.

Cheers,

Cédric

boutil commented 9 years ago

Here is the patch: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-roxml.git/tree/debian/patches/rspec3.patch?id=9e64a042ee6a7af131f4ee8eeb8741673e055fb4

Empact commented 6 years ago

Fixed, will be releasing today