From bc15b437de8983b4240e9f86e62743d703370be7 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 27 Aug 2011 10:03:58 +0000 Subject: [PATCH] remove trailing white-spaces from test/integration/api_test/http_basic_login_with_api_token_test.rb. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6674 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .../api_test/http_basic_login_with_api_token_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/api_test/http_basic_login_with_api_token_test.rb b/test/integration/api_test/http_basic_login_with_api_token_test.rb index e47f7365a..b8bed3e8f 100644 --- a/test/integration/api_test/http_basic_login_with_api_token_test.rb +++ b/test/integration/api_test/http_basic_login_with_api_token_test.rb @@ -12,7 +12,7 @@ class ApiTest::HttpBasicLoginWithApiTokenTest < ActionController::IntegrationTes Setting.rest_api_enabled = '0' Setting.login_required = '0' end - + # Using the NewsController because it's a simple API. context "get /news" do -- 2.39.5