summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/files_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-9/+0
* 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
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/file...Toshi MARUYAMA2019-11-081-18/+27
* code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/...Toshi MARUYAMA2019-10-141-30/+30
* 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 remaining copyrights.Toshi MARUYAMA2017-07-021-1/+1
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-011-10/+28
* Files REST API (#19116).Jean-Philippe Lang2016-12-211-0/+115