summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/my_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-2/+0
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-121-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
* 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-3/+3
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/my_t...Toshi MARUYAMA2019-11-091-10/+12
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...Toshi MARUYAMA2019-10-141-2/+0
* Code cleanup: RuboCop: Layout/TrailingBlankLinesGo MAEDA2019-08-141-1/+0
* Enables API access to /my/account for updating user account data (#31399).Go MAEDA2019-06-161-0/+106