From: Toshi MARUYAMA Date: Sat, 27 Aug 2011 10:03:58 +0000 (+0000) Subject: remove trailing white-spaces from test/integration/api_test/http_basic_login_with_api... X-Git-Tag: 1.3.0~1288 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bc15b437de8983b4240e9f86e62743d703370be7;p=redmine.git 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 --- 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