adhearsion/ruby_speech

Comparing SSML elements doesn't compare children

Closed this issue · 1 comments

Currently, ruby_speech doesn't compare element's children for equality when testing that two elements are equal. In order to achieve this, we need to import all children to instances of the relevant SSML classes, and then compare them.

Fixed in 0.2.0