mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
move tests to new directory
This commit is contained in:
parent
65859807ea
commit
0bc9b0397a
42 changed files with 23 additions and 32 deletions
|
|
@ -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>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue