Class: I18nSimpleBackendApiBasicsTest

Inherits:
Test::Unit::TestCase
  • Object
show all
Includes:
Tests::Backend::Api::Basics, Tests::Backend::Simple::Setup::Base
Defined in:
lib/vendor/i18n/test/backend/simple/api_test.rb

Instance Method Summary collapse

Methods included from Tests::Backend::Api::Basics

#test_available_locales

Methods included from Tests::Backend::Simple::Setup::Base

#setup, #teardown

Instance Method Details

#test_uses_simple_backendObject



9
10
11
# File 'lib/vendor/i18n/test/backend/simple/api_test.rb', line 9

def test_uses_simple_backend
  assert_equal I18n::Backend::Simple, I18n.backend.class
end