summaryrefslogtreecommitdiffstats
path: root/test/unit/project_nested_set_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove spaces inside {} of test/unit/project_nested_set_test.rbToshi MARUYAMA2020-11-221-1/+1
* use "do end" instead of {} at test/unit/project_nested_set_test.rbToshi MARUYAMA2020-11-201-2/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/project_n...Toshi MARUYAMA2019-11-211-1/+0
* 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
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+1
* Tests broken for SQLite3 (#30119).Jean-Philippe Lang2018-12-081-0/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* remove trailing white space from test/unit/project_nested_set_test.rbToshi MARUYAMA2017-06-061-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* fix ProjectNestedSetTest fails randomlyToshi MARUYAMA2014-12-071-0/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-0/+5
* remove unneeded instance variable assignment from ProjectNestedSetTestToshi MARUYAMA2014-10-081-2/+0
* Fixed "column specified more than once" error with SQLServer (#6579).Jean-Philippe Lang2014-05-241-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* call Project#set_or_update_position_under in Project.rebuild_tree! (#12431)Toshi MARUYAMA2014-01-211-1/+1
* Rails4: replace deprecated Relation#update_all at ProjectNestedSetTestToshi MARUYAMA2014-01-091-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Adds a Project.rebuild_tree! method to force the rebuild of the nested set.Jean-Philippe Lang2012-11-231-0/+9
* Fixed that Project.rebuild! sorts projects by id instead of name (#12431).Jean-Philippe Lang2012-11-231-0/+7
* Do not create projects in alphabetical order in nested set tests (#12431).Jean-Philippe Lang2012-11-231-6/+6
* Fixed that projects are not ordered alphabetically after renaming project (#1...Jean-Philippe Lang2012-08-101-81/+130
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* remove trailing white-spaces from test/unit/project_nested_set_test.rb.Toshi MARUYAMA2011-08-301-12/+12
* Additional unit tests for project tree.Jean-Philippe Lang2011-01-061-33/+93
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixed: deleting a project with subprojects breaks the project tree (#4701).Jean-Philippe Lang2010-01-311-0/+58