summaryrefslogtreecommitdiffstats
path: root/test/unit/project_test.rb
Commit message (Expand)AuthorAgeFilesLines
* code cleanup: rubocop: fix Layout/AlignArguments in test/unit/project_test.rbToshi MARUYAMA2019-10-231-4/+4
* code layout clean up test/unit/project_test.rbToshi MARUYAMA2019-10-151-2/+4
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs and Layout/EmptyLines ...Toshi MARUYAMA2019-10-151-1/+0
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/project_te...Toshi MARUYAMA2019-10-141-6/+6
* Reject project custom field values not visible for the user (#31954, #31925).Go MAEDA2019-08-271-0/+24
* Some issue fixtures are set inconsistent tracker id which is not available in...Go MAEDA2019-06-211-0/+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
* Let admin users unarchive subprojects of archived projects (#29993).Jean-Philippe Lang2018-12-021-5/+10
* Test failures with sqlite3.Jean-Philippe Lang2018-09-231-9/+7
* Add CSS class to identify public projects (#28413).Go MAEDA2018-07-221-0/+9
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Show statuses of project trackers only (#5385).Jean-Philippe Lang2017-05-271-0/+15
* Test failures.Jean-Philippe Lang2017-03-031-1/+2
* Unarchive link not working for subprojects of closed projects (#24595).Jean-Philippe Lang2016-12-131-0/+12
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-2/+2
* Use #update! instead of #update_attribute.Jean-Philippe Lang2016-07-161-2/+2
* Don't call #slice on proxy.Jean-Philippe Lang2016-07-161-2/+2
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-141-2/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that Project.uniq.visible errors under certain conditions (#21182).Jean-Philippe Lang2015-11-091-0/+9
* Fixed invalid search link on the new project form (#20565).Jean-Philippe Lang2015-09-201-0/+6
* Project.copy_from deletes enabled_modules on source (#20512).Jean-Philippe Lang2015-08-181-1/+14
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds a few tests.Jean-Philippe Lang2014-12-031-0/+25
* Drop shoulda.Jean-Philippe Lang2014-11-301-12/+8
* add missing fixture to test/unit/project_test.rbToshi MARUYAMA2014-11-031-1/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+8
* Project.activities should always return a ActiveRecord::Relation (#15983).Jean-Philippe Lang2014-02-071-0/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from ProjectTestToshi MARUYAMA2014-01-271-1/+1
* Rails4: replace deprecated find_all_by_* at ProjectTestToshi MARUYAMA2014-01-091-1/+1
* remove unneeded Relation#all from ProjectTest#test_destroyToshi MARUYAMA2014-01-091-1/+1
* Rails4: replace deprecated Relation#update_all at ProjectTestToshi MARUYAMA2014-01-091-2/+1
* Rails4: replace deprecated find_all_by_* at ProjectTestToshi MARUYAMA2014-01-071-1/+1
* Rails4 compatibility of ProjectTestToshi MARUYAMA2013-12-261-2/+2
* Fixed that time entries custom values are not deleted when deleting a project...Jean-Philippe Lang2013-12-181-0/+9
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-6/+6
* Possibility to define the default enable trackers when creating a project (#1...Jean-Philippe Lang2013-02-151-2/+23
* Fixed that project overview page shows trackers from subprojects with disable...Jean-Philippe Lang2013-02-091-0/+13
* Removed unused fixtures.Jean-Philippe Lang2013-02-031-1/+0
* Removing shoulda context.Jean-Philippe Lang2013-02-031-401/+98
* Removing shoulda context.Jean-Philippe Lang2013-02-031-92/+87
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-4/+4
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-2/+2
* Removed duplicated test.Jean-Philippe Lang2012-11-231-17/+0
* Fixed some more test/unit/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-0/+1
* Makes Issue.generate_with_descendants! helper accept attributes only.Jean-Philippe Lang2012-10-121-1/+1