You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes test suite errors [[1]] such as:
~~~
... snip ...
1) Error:
BaseTest#test_to_xml:
LoadError: cannot load such file -- rexml/document
... snip ...
~~~
Other possibility could be to add REXML as a runtime dependency, but that it probably not the right solution, because otherwise the dependency would have to be introduced in ActiveSupport [[2]].
[1]: https://travis-ci.org/github/rails/activeresource/jobs/748631192
[2]: rails/rails@f624ed0
0 commit comments