summaryrefslogtreecommitdiffstats
path: root/test/functional/calendars_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA12 days1-16/+0
* Replace "even" and "odd" CSS classes with "this-month" and "other-month" for ...Go MAEDA2024-10-201-8/+8
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-041-3/+4
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Display calendar in vertical list layout on mobile screens (#33682).Go MAEDA2023-08-271-88/+76
* Use the new pagination style for the calendars view (#27346).Go MAEDA2023-05-071-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 functional calendar test of same start and due dates issueToshi MARUYAMA2020-11-131-0/+39
* add cross project version calendar functional testToshi MARUYAMA2020-11-101-0/+22
* add version calendar functional testToshi MARUYAMA2020-11-091-1/+21
* add issue due date calendar functional testToshi MARUYAMA2020-11-081-0/+21
* add calendar assertion to CalendarsControllerTest#test_cross_project_calendarToshi MARUYAMA2020-11-051-0/+15
* remove start date assertion from CalendarsControllerTest#test_showToshi MARUYAMA2020-11-051-4/+3
* more strictly start date assertion at CalendarsControllerTest#test_showToshi MARUYAMA2020-11-041-3/+2
* more strictly start date assertion at CalendarsControllerTest#test_showToshi MARUYAMA2020-11-031-9/+13
* add start date to assert_select of CalendarsControllerTest#test_showToshi MARUYAMA2020-11-031-9/+14
* add text to assert_select of CalendarsControllerTest#test_showToshi MARUYAMA2020-10-281-1/+4
* add assert issue link for calendar in CalendarsControllerTest#test_showToshi MARUYAMA2020-10-051-0/+1
* more strictly assert gravatar for calendar in CalendarsControllerTest#test_showToshi MARUYAMA2020-10-031-1/+3
* more strictly div assert for calendar in CalendarsControllerTest#test_showToshi MARUYAMA2020-10-021-1/+1
* add issue id to assert_select of CalendarsControllerTest#test_showToshi MARUYAMA2020-09-261-1/+1
* fix source indent of CalendarsControllerTestToshi MARUYAMA2020-09-211-10/+28
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* CalendarsControllerTest#test_show fails depending on the date (#31131).Go MAEDA2019-04-271-0/+4
* 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
* Add "nwday" class to non-working days in calendar (#27096).Go MAEDA2019-01-141-1/+17
* Add missing fixtures to several tests (#30276).Go MAEDA2019-01-091-1/+2
* Add assignee's icon to tooltips in gantt and calendar (#29306).Go MAEDA2018-09-181-4/+7
* Add right-click context menu in calendar (#28067).Go MAEDA2018-01-301-0/+6
* Adds tests for #27153.Jean-Philippe Lang2018-01-071-1/+20
* Add test assertions to the four controller test cases (#26125).Jean-Philippe Lang2017-06-251-0/+11
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-4/+14
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-5/+2
* 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
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* add missing fixtures to CalendarsControllerTestToshi MARUYAMA2014-10-241-1/+6
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-7/+8
* Rails4: fix "assert_template 'calendar'" fails at CalendarsControllerTestToshi MARUYAMA2014-02-041-2/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-111-1/+1
* Removed some shoulda context.Jean-Philippe Lang2013-02-181-11/+8
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-221-30/+20