summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/http_basic_login_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Test API authentification once.Jean-Philippe Lang2014-11-301-43/+0
* Removed some test contexts.Jean-Philippe Lang2014-11-231-15/+4
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Removed unused fixtures.Jean-Philippe Lang2013-02-111-2/+1
* Adds missing copyright.Jean-Philippe Lang2013-01-221-0/+17
* Adds a subclass of ActionDispatch::IntegrationTest for API tests.Jean-Philippe Lang2013-01-221-1/+1
* Rails3: replace "all" fixtures at test/integration/api_test/http_basic_login_...Toshi MARUYAMA2011-09-251-1/+8
* remove trailing white-spaces from test/integration/api_test/http_basic_login_...Toshi MARUYAMA2011-08-271-1/+1
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Refactor: convert username/password http basic auth api tests to shoulda macr...Eric Davis2010-11-021-78/+6
* Move all API tests into the ApiTest module to make management easierEric Davis2010-11-011-0/+103