summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/token_authentication_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rails3: replace "all" fixtures at ↵Toshi MARUYAMA2011-09-251-1/+8
| | | | | | | | | test/integration/api_test/token_authentication_test.rb Following error raises. Fixture::FormatError: Bad data for Configuration::Empty fixture named default (nil) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7518 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-spaces from ↵Toshi MARUYAMA2011-08-271-1/+1
| | | | | | 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
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4509 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: convert api key tests to shoulda macros for reuse. #6447Eric Davis2010-11-011-56/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4358 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move all API tests into the ApiTest module to make management easierEric Davis2010-11-011-0/+80
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4357 e93f8b46-1217-0410-a6f0-8f06a7374b81