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
This commit is contained in:
Toshi MARUYAMA 2011-08-27 10:03:58 +00:00
parent 50f7af6b93
commit bc15b437de
1 changed files with 1 additions and 1 deletions

View 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