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