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