mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-25 01:37:52 -05:00
One test relied on reading the innerHTML attribute of an SVGElement object; this worked in the browser, but not when run with `rake jasmine:ci`. I've changed the test to use the `textContent` attribute instead, which works in both places.