summaryrefslogtreecommitdiffstats
path: root/test/helpers/activities_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-2/+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
* Add missing fixtures (#33602).Go MAEDA2021-03-131-0/+2
* Add an interface to filter activities by user (#33602).Go MAEDA2021-02-211-0/+20
* fix source indent of ActivitiesHelperTestToshi MARUYAMA2020-11-291-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/helpers/activiti...Toshi MARUYAMA2019-11-241-12/+20
* 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
* Move helper tests to test/helpers (#26504).Jean-Philippe Lang2017-07-301-0/+102