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

test/integration/api_test/token_authentication_test.rb

index dbd8c8e361d6a2ded4502fc304022f9a95caa699..424f60bb16c2ded1cb42ca6b8d23bbc37ff79d77 100644 (file)
@@ -12,7 +12,7 @@ class ApiTest::TokenAuthenticationTest < ActionController::IntegrationTest
     Setting.rest_api_enabled = '0'
     Setting.login_required = '0'
   end
-  
+
   # Using the NewsController because it's a simple API.
   context "get /news" do
     context "in :xml format" do