summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/news_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-271-2/+2
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/news...Toshi MARUYAMA2019-11-091-40/+39
* Add missing fixture (#13468).Go MAEDA2019-09-121-1/+2
* Fix that Redmine::ApiTest::NewsTest fails when config.time_zone is set (#13468).Go MAEDA2019-09-111-2/+1
* REST API for updating news (#13468).Go MAEDA2019-09-091-0/+112
* REST API for deleting news (#13468).Go MAEDA2019-09-091-0/+20
* REST API for retrieving news (#13468).Go MAEDA2019-09-091-1/+56
* REST API for creating news (#13468).Go MAEDA2019-09-091-0/+148
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-301-4/+0
* Test API authentification once.Jean-Philippe Lang2014-11-301-3/+0
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-18/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-53/+40
* Removed unused fixtures.Jean-Philippe Lang2013-02-111-1/+0
* Adds a subclass of ActionDispatch::IntegrationTest for API tests.Jean-Philippe Lang2013-01-221-2/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Test cleanup.Jean-Philippe Lang2012-01-021-4/+0
* Rails3: replace "all" fixtures at test/integration/api_test/news_test.rbToshi MARUYAMA2011-09-241-1/+9
* remove trailing white-spaces from test/integration/api_test/news_test.rb.Toshi MARUYAMA2011-08-271-12/+12
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Refactor and add tests for News #index API (#7072).Jean-Philippe Lang2010-12-121-0/+94