summaryrefslogtreecommitdiffstats
path: root/test/unit/helpers/repository_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* scm: use ActionView::TestCase instead of HelperTestCase at repository_helper_...Toshi MARUYAMA2011-06-221-3/+3
* scm: additional test of replacing invalid utf-8 sequences instead of strippin...Toshi MARUYAMA2011-04-121-0/+13
* scm: replace invalid utf-8 sequences instead of stripping in displaying repos...Toshi MARUYAMA2011-04-121-3/+1
* scm: more strict to_utf8() test in repository helper on Ruby 1.9.Toshi MARUYAMA2011-04-111-1/+3
* scm: add unit test of invalid utf8 sequences should be stripped in repository...Toshi MARUYAMA2011-03-191-0/+14
* scm: to_utf8() in repositories_helper always returns UTF-8 in Ruby 1.9.Toshi MARUYAMA2011-03-191-1/+17
* scm: fix repository helper unit test fails in Ruby 1.9 and non UTF-8 locale.Toshi MARUYAMA2011-03-171-3/+8
* scm: add unit RepositoryHelper test for Ruby 1.9 compatibility.Toshi MARUYAMA2011-02-231-0/+68