Sha256: 64586a910ddccea6edd246a53fbb3d634f359bf037f719a0f9c9330f2b40a068

Contents?: true

Size: 172 Bytes

Versions: 10

Compression:

Stored size: 172 Bytes

Contents

require "test_helper"

class I18nTest < ActiveSupport::TestCase

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

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
typus-3.0.11 test/lib/typus/i18n_test.rb
typus-3.0.11.rc5 test/lib/typus/i18n_test.rb
typus-3.0.11.rc4 test/lib/typus/i18n_test.rb
typus-3.0.11.rc3 test/lib/typus/i18n_test.rb
typus-3.0.11.rc2 test/lib/typus/i18n_test.rb
typus-3.0.11.rc1 test/lib/typus/i18n_test.rb
typus-3.0.10 test/lib/typus/i18n_test.rb
typus-3.0.9 test/lib/typus/i18n_test.rb
typus-3.0.8 test/lib/typus/i18n_test.rb
typus-3.0.7 test/lib/typus/i18n_test.rb