]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from test/integration/api_test/http_basic_login_with_api...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 27 Aug 2011 10:03:58 +0000 (10:03 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 27 Aug 2011 10:03:58 +0000 (10:03 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6674 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/integration/api_test/http_basic_login_with_api_token_test.rb

index e47f7365a945f79fb67fce3ca9421e9dc5074052..b8bed3e8f04a2e97a69dbebdca40179cc166cac2 100644 (file)
@@ -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