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