require 'test_helper' class TranslationCenterTest < ActiveSupport::TestCase test "truth" do assert_kind_of Module, TranslationCenter end end