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