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