summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/versions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/vers...Toshi MARUYAMA2019-11-091-19/+18
* Add estimated hours and spent hours to Versions API (#32242).Go MAEDA2019-10-311-1/+8
* Add missing fixtures to Redmine::ApiTest::VersionsTest (#31965).Go MAEDA2019-08-281-1/+2
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Test for r18091 (#26237).Go MAEDA2019-04-281-1/+19
* 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
* Ajax Request Returns 200 but an error event is fired instead of success (#300...Go MAEDA2019-02-051-2/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-011-7/+17
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-301-4/+0
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-16/+7
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Ver...Toshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Ver...Toshi MARUYAMA2014-01-101-2/+2
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-110/+94
* Fixed: Unable to set custom fields for versions using the REST API (#13850).Jean-Philippe Lang2013-05-011-0/+23
* Removed unused fixtures.Jean-Philippe Lang2013-02-111-1/+0
* Adds a subclass of ActionDispatch::IntegrationTest for API tests.Jean-Philippe Lang2013-01-221-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Adds sharing attribute to the versions API (#11541).Jean-Philippe Lang2012-07-311-9/+5
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-0/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Makes Version REST API accept due_date attribute (#10013).Jean-Philippe Lang2012-01-211-0/+14
* Test cleanup.Jean-Philippe Lang2012-01-021-4/+4
* Test cleanup.Jean-Philippe Lang2012-01-021-4/+0
* Rails3: replace "all" fixtures at test/integration/api_test/versions_test.rbToshi MARUYAMA2011-09-251-1/+9
* remove trailing white-spaces from test/integration/api_test/versions_test.rb.Toshi MARUYAMA2011-08-281-15/+15
* Makes versions resource shallow (#7403).Jean-Philippe Lang2011-07-051-4/+4
* Adds REST API for versions (#7403).Jean-Philippe Lang2011-07-041-0/+120