Sha256: 3fe6291c5054aa7f4b389bc74e14c843ad07d5725d99be80c780e7a1163343f9

Contents?: true

Size: 250 Bytes

Versions: 5

Compression:

Stored size: 250 Bytes

Contents

require "test_helper"

class I18nTest < ActiveSupport::TestCase

  test "t" do
    assert_equal "Missing Translation", Typus::I18n.t("Missing Translation")
  end

  test "default_locale" do
    assert_equal :en, Typus::I18n.default_locale
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typus-3.1.0.rc7 test/lib/typus/i18n_test.rb
typus-3.1.0.rc6 test/lib/typus/i18n_test.rb
typus-3.1.0.rc5 test/lib/typus/i18n_test.rb
typus-3.1.0.rc4 test/lib/typus/i18n_test.rb
typus-3.1.0.rc3 test/lib/typus/i18n_test.rb