# File lib/active_support/vendor/i18n-0.1.3/test/i18n_test.rb, line 25
  def test_can_set_backend
    assert_nothing_raised{ I18n.backend = self }
    assert_equal self, I18n.backend
    I18n.backend = I18n::Backend::Simple.new
  end