# File lib/vendor/i18n/test/simple_backend_test.rb, line 544 def setup @backend = I18n::Backend::Simple.new I18n.load_path = [File.dirname(__FILE__) + '/locale/en.yml'] assert_nil backend_get_translations @backend.send :init_translations end