# File lib/vendor/i18n/test/simple_backend_test.rb, line 559
  def test_reload_translations_unloads_translations
    @backend.reload!
    assert_nil backend_get_translations
  end