notebook/test/controllers/to_write/thredded_proxy_controller_test.rb
2021-05-21 17:08:18 -07:00

10 lines
203 B
Ruby

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