# File lib/vendor/i18n/test/simple_backend_test.rb, line 153 def test_translate_given_an_array_as_default_uses_the_first_match assert_equal 'bar', @backend.translate('en', :does_not_exist, :scope => [:foo], :default => [:does_not_exist_2, :bar]) end