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 TodoXmlApiTest < ActionController::IntegrationTest
|
||||
class TodoXmlApiTest < ActionDispatch::IntegrationTest
|
||||
@@valid_postdata = "<todo><description>this will succeed</description><context_id type='integer'>10</context_id><project_id type='integer'>4</project_id></todo>"
|
||||
|
||||
def setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue