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 Typus::I18n.default_locale(:en) end end