Rails3: test: add .to_s for mail's bodies check at functional/issues_controller_test.rb
On Rails3, mail's bodies must be checked calling 'encoded'. 'to_s' is alias of 'encoded' of Mail::Message of Rails3.
Authored by: tmaruyama 2012-03-01
Parent: [r9031]
Child: [r9033]