hps_member/test/member_counselor_test.rb

8 lines
146 B
Ruby
Raw Normal View History

2017-05-18 12:12:35 +00:00
require 'test_helper'
class MemberCounselorTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, MemberCounselor
end
end