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