summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/disabled_rest_api_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r19373 to 4.1-stable (#31911).Jean-Philippe Lang2019-12-201-6/+0
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Use HTTP status code 403 instead of 401 when REST API is disabled (#30086).Go MAEDA2019-04-101-6/+6
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-011-4/+4
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* 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
* Removed #generate_with_protected helper methods.Jean-Philippe Lang2012-04-221-3/+5
* Removed some generate! calls.Jean-Philippe Lang2012-03-041-2/+2
* Test cleanup.Jean-Philippe Lang2012-01-021-81/+28
* Test cleanup.Jean-Philippe Lang2012-01-021-4/+4
* Test cleanup.Jean-Philippe Lang2012-01-021-8/+4
* Rails3: replace "all" fixtures at test/integration/api_test/disabled_rest_api...Toshi MARUYAMA2011-09-251-1/+8
* remove trailing white-spaces from test/integration/api_test/disabled_rest_api...Toshi MARUYAMA2011-08-271-8/+8
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Move all API tests into the ApiTest module to make management easierEric Davis2010-11-011-0/+110