Module I18nSimpleBackendTestSetup
In: lib/vendor/i18n/test/simple_backend_test.rb

Methods

Public Instance methods

def backend_reset_translations!

  I18n::Backend::Simple::ClassMethods.send :class_variable_set, :@@translations, {}

end

setup()

Alias for setup_backend

[Validate]