move tests to new directory

This commit is contained in:
Reinier Balt 2013-05-11 23:13:16 +02:00
parent 65859807ea
commit 0bc9b0397a
42 changed files with 23 additions and 32 deletions

View file

@ -1,6 +1,6 @@
require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
class ContextXmlApiTest < ActionController::IntegrationTest
class ContextXmlApiTest < ActionDispatch::IntegrationTest
@@context_name = "@newcontext"
@@valid_postdata = "<context><name>#{@@context_name}</name></context>"