summaryrefslogtreecommitdiffstats
path: root/test/unit/project_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove Issue.generate_for_project! test helper and use Issue.generate! instead.Jean-Philippe Lang2012-10-121-24/+18
* Missing fixtures.Jean-Philippe Lang2012-09-271-3/+4
* Fixed: Issues associated with a locked version are not copied when copying a ...Jean-Philippe Lang2012-09-091-0/+21
* Fixed that target version is lost on project copy for issues that are assigne...Jean-Philippe Lang2012-09-091-0/+16
* Adapt subtasks copy when copying a project (#6965).Jean-Philippe Lang2012-09-081-0/+16
* Fixed that open scope on Project#issues raises an error (#11545).Jean-Philippe Lang2012-08-131-0/+4
* Fixed that deleting a project with subtasks may fail (#11185).Jean-Philippe Lang2012-06-181-0/+12
* Fixed that project identifier can always be updated (#11028).Jean-Philippe Lang2012-05-251-0/+14
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Removed object_daddy dependency.Jean-Philippe Lang2012-04-221-9/+9
* Removed shoulda assertions.Jean-Philippe Lang2012-03-041-29/+0
* Fixed potential test failure.Jean-Philippe Lang2012-02-281-1/+1
* Fixed potential test failure.Jean-Philippe Lang2012-02-281-1/+1
* Fixed: error when creating a project with a version format custom field (#102...Jean-Philippe Lang2012-02-131-0/+7
* Allow underscores in project identifiers (#1363).Jean-Philippe Lang2012-01-271-0/+1
* Copy attachments on issue and project copy (#3055).Jean-Philippe Lang2012-01-201-0/+12
* Makes assertion Rails3 compatible.Jean-Philippe Lang2011-12-261-1/+5
* Do assertions on collection, not on association.Jean-Philippe Lang2011-12-261-2/+2
* Missing fixtures.Jean-Philippe Lang2011-12-261-1/+7
* Make sure that tests restore the attachments path to the tmp dir so that fixt...Jean-Philippe Lang2011-12-161-0/+1
* Fixed: copied private queries not visible after project copy (#9520).Jean-Philippe Lang2011-11-111-0/+1
* Rails3: test: replace deprecated errors.on at test_validate_identifier of uni...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: replace "all" fixtures at test/unit/project_test.rbToshi MARUYAMA2011-09-241-1/+12
* remove trailing white-spaces from test/unit/project_test.rb.Toshi MARUYAMA2011-08-211-85/+83