hps_member/test/member_counselor_test.rb

8 lines
146 B
Ruby

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