]> source.dussan.org Git - redmine.git/commit
Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 9 Dec 2011 05:54:51 +0000 (05:54 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 9 Dec 2011 05:54:51 +0000 (05:54 +0000)
commit63d27a5389a409249b54ed731a8479ebb17ac7a3
treefff91b6c4d8aa0668e26cd7a05e5dfc9bf957803
parentc8556330c15ba247a14c8c8f80fecdbd5a414780
Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/functional/issues_controller_test.rb

On Rails2, Errors#[] returns single error if one error raises.
But, on Rails3, Errors#[] always returns the array.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8133 e93f8b46-1217-0410-a6f0-8f06a7374b81
test/functional/issues_controller_test.rb