require 'test_helper' module PersonalBlog class CommentsControllerTest < ActionController::TestCase setup do @routes = Engine.routes end # test "the truth" do # assert true # end end end