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