In my test I use I18n#t a lot. Is there a way to make this method available without prefixing it with I18n (as it is possible in views)?
I18n#t
I18n
simply
include ActionView::Helpers::TranslationHelper
where appropriate.