Adds a subclass of ActionDispatch::IntegrationTest for API tests.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11253 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2013-01-22 18:26:04 +00:00
parent eb5675f4bc
commit 55a994cb29
24 changed files with 280 additions and 277 deletions

View File

@@ -17,7 +17,7 @@
require File.expand_path('../../../test_helper', __FILE__)
class ApiTest::AuthenticationTest < ActionController::IntegrationTest
class Redmine::ApiTest::AuthenticationTest < Redmine::ApiTest::Base
fixtures :users
def setup