mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Start using actionpack-xml_parser as a gem
XML param parsing was removed from rails 4. We may need to look into dropping support for xml api perhaps in favor of a good json api
This commit is contained in:
parent
08498fee4f
commit
7465ecce26
5 changed files with 12 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
|
||||
|
||||
class UsersXmlApiTest < ActionController::IntegrationTest
|
||||
class UsersXmlApiTest < ActionDispatch::IntegrationTest
|
||||
|
||||
@@foobar_postdata = "<user><login>foo</login><password>bar</password></user>"
|
||||
@@johnny_postdata = "<user><login>johnny</login><password>barracuda</password></user>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue