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