summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/enumerations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r23391 from trunk to 5.1-stable (#41961).Go MAEDA12 days1-2/+0
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-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
* 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
* Support "active" attribute in Enumerations REST API (#31559).Go MAEDA2019-06-301-1/+7
* 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
* Adds a test for invalid enumeration class parameter.Jean-Philippe Lang2014-12-051-0/+6
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-301-4/+0
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-14/+8
* 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
* Makes enumerations available through the REST API.Jean-Philippe Lang2012-10-171-0/+44