I've managed to fix the problems for the time being.
I've had to make the following change on the majority of the
assertions in my unit tests, but it got the job done:

From:
assert @cp.errors[:package] == "can't be blank"
To:
assert @cp.errors[:package] == "%{fn} can't be blank"
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Railsi18n-discussion mailing list
Railsi18n-discussion@rubyforge.org
http://rubyforge.org/mailman/listinfo/railsi18n-discussion

Reply via email to