summaryrefslogtreecommitdiffstats
path: root/test/unit/helpers/issues_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed unused fixtures.Jean-Philippe Lang2013-02-031-1/+0
* Removing shoulda context.Jean-Philippe Lang2013-02-031-138/+106
* Accommodates fixtures for databases with case sensitive sort.Jean-Philippe Lang2013-01-231-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* partial backout r10263Toshi MARUYAMA2012-10-221-9/+11
* backout r10253Toshi MARUYAMA2012-10-221-9/+11
* code cleanup test_with_a_start_date_attribute_* of unit IssuesHelperTestToshi MARUYAMA2012-09-011-10/+10
* replace shoulder "with a due_date attribute" context of unit IssuesHelperTest...Toshi MARUYAMA2012-09-011-5/+17
* use date_format setting at unit IssuesHelperTest test_with_a_start_date_attri...Toshi MARUYAMA2012-09-011-2/+6
* replace shoulder "with a start_date attribute" context of test/unit/helpers/i...Toshi MARUYAMA2012-09-011-9/+17
* html5 compliance.Jean-Philippe Lang2012-07-291-2/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* No need to save journal details.Jean-Philippe Lang2012-04-221-11/+11
* Additional tests for IssuesHelper#show_detail.Jean-Philippe Lang2012-04-221-23/+50
* No need to save the record.Jean-Philippe Lang2012-03-041-10/+10
* test: include ERB::Util at test/unit/helpers/issues_helper_test.rbToshi MARUYAMA2011-12-221-0/+1
* Code cleanup.Jean-Philippe Lang2011-12-181-1/+0
* Makes tests inherit from ActionView::TestCase.Jean-Philippe Lang2011-12-181-29/+11
* Rails3: replace "all" fixtures at test/unit/helpers/issues_helper_test.rbToshi MARUYAMA2011-09-241-1/+8
* back out r6117. use ActionView::TestCase instead of HelperTestCase at IssuesH...Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at issues_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* remove trailing white-spaces from unit issues helper test.Toshi MARUYAMA2011-05-161-7/+7
* Warn about subtasks before deleting a parent issue (#6562).Jean-Philippe Lang2011-04-171-0/+19
* Adds a helper for issue heading (#7647).Jean-Philippe Lang2011-04-121-1/+5
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Added unit tests for IssuesHelper#show_detailEric Davis2010-03-081-0/+159