summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/users_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-22 18:26:04 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-22 18:26:04 +0000
commit55a994cb29a31d1b53897bd240eebde6d59d7be8 (patch)
tree1bd5ec07060230bd1f13610cd33f974b9b094fe6 /test/integration/api_test/users_test.rb
parenteb5675f4bcd588303e86b0328410685943e364d8 (diff)
downloadredmine-55a994cb29a31d1b53897bd240eebde6d59d7be8.tar.gz
redmine-55a994cb29a31d1b53897bd240eebde6d59d7be8.zip
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
Diffstat (limited to 'test/integration/api_test/users_test.rb')
-rw-r--r--test/integration/api_test/users_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/api_test/users_test.rb b/test/integration/api_test/users_test.rb
index cba127a7d..5726bbd22 100644
--- a/test/integration/api_test/users_test.rb
+++ b/test/integration/api_test/users_test.rb
@@ -16,8 +16,8 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.expand_path('../../../test_helper', __FILE__)
-require 'pp'
-class ApiTest::UsersTest < ActionController::IntegrationTest
+
+class Redmine::ApiTest::UsersTest < Redmine::ApiTest::Base
fixtures :users, :members, :member_roles, :roles, :projects
def setup