summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/groups_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-121-3/+3
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-2/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of test/integration/api_test/groups_test.rbToshi MARUYAMA2020-08-091-6/+18
* 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-10/+10
* 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
* Ajax Request Returns 200 but an error event is fired instead of success (#300...Go MAEDA2019-02-051-4/+4
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-011-15/+27
* NameError: uninitialized constant Redmine::ApiTest::GroupsTest::MultiJsonJean-Philippe Lang2016-03-171-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Use generated groups.Jean-Philippe Lang2015-10-201-14/+21
* add missing fixture to test/integration/api_test/groups_test.rbToshi MARUYAMA2015-01-191-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
* Error when adding user to group where he is already assigned (#18665).Jean-Philippe Lang2014-12-211-0/+13
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-2/+2
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-301-4/+0
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-2/+32
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-152/+110
* 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
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-0/+4
* Makes users optional in GET /groups/:id (#8981).Jean-Philippe Lang2012-06-031-0/+9
* REST Api for Groups (#8981).Jean-Philippe Lang2012-06-031-0/+199