summaryrefslogtreecommitdiffstats
path: root/test/functional/sessions_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA12 days1-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 session token only once per minute (#29041).Go MAEDA2022-01-221-0/+13
* 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 SessionsControllerTestToshi MARUYAMA2020-11-121-17/+27
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* 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
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-9/+35
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-161-9/+9
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Test failure.Jean-Philippe Lang2015-10-251-2/+2
* Compare timestamps in seconds (#21058).Jean-Philippe Lang2015-10-241-2/+2
* Keep track of valid user sessions (#21058).Jean-Philippe Lang2015-10-241-0/+138