# File lib/active_support/vendor/i18n-0.1.3/test/simple_backend_test.rb, line 198 def test_lookup_given_nested_keys_looks_up_a_nested_hash_value assert_equal 'bar', @backend.send(:lookup, 'en', :bar, [:foo]) end