require 'test_helper' class ThreddedProxyControllerTest < ActionDispatch::IntegrationTest test "should get thread" do get thredded_proxy_thread_url assert_response :success end end