mattetti / Weasel-Diesel

DSL to describe, document and test web services
MIT License
438 stars 21 forks source link

Fix Element to stop calling undefined method "html" #5

Closed ryfow closed 12 years ago

ryfow commented 12 years ago

Generating docs when setting a response to return embedded arrays causes an exception because Element.to_html calls ary.html which doesn't exist. This commit calls the proper to_html method.

mattetti commented 12 years ago

Thx you know have commit access to this repo. Welcome to the team!