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