Blog

Thoughts on web development, best practices, Ruby, Rails and web technologies

Articles tagged 'RSpec'

posted on

XML Ruby RSpec Testing Open Source


We've been working on a few projects recently that have required a lot of XML to be generated. This XML is defined by a schema and as such must validate against it.

While the generated documents can be validated using external tools this was proving...