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