diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-27 10:02:53 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-27 10:02:53 +0000 |
commit | a53f979bc620d666fc0723b06fdb7bf2f2d35519 (patch) | |
tree | 6c144ed4eb2a5eec96cf916a3e77e67047fcb25f /test/integration/api_test/token_authentication_test.rb | |
parent | e2b4742cebf41e1b812237d4041bf6e66f603131 (diff) | |
download | redmine-a53f979bc620d666fc0723b06fdb7bf2f2d35519.tar.gz redmine-a53f979bc620d666fc0723b06fdb7bf2f2d35519.zip |
remove trailing white-spaces from test/integration/api_test/token_authentication_test.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6671 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/api_test/token_authentication_test.rb')
-rw-r--r-- | test/integration/api_test/token_authentication_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/api_test/token_authentication_test.rb b/test/integration/api_test/token_authentication_test.rb index dbd8c8e36..424f60bb1 100644 --- a/test/integration/api_test/token_authentication_test.rb +++ b/test/integration/api_test/token_authentication_test.rb @@ -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 |