diaspora_federation/spec/lib
Benjamin Neff 85e12cea93
Only parse each nested element name once
A child elements should only appear once or it is part of a
nested array (photos, poll answers). So each element name only needs to
be parsed once, because the way `parse_array_from_node` works is, that
it already parses the full array with one call, so calling it multiple
times again parses the full array a second time.

closes #118
2021-10-24 19:57:48 +02:00
..
diaspora_federation Only parse each nested element name once 2021-10-24 19:57:48 +02:00
diaspora_federation_spec.rb Make rspec work without rails dependency 2017-04-05 02:02:04 +02:00