notebook/test/controllers/conversation_controller_test.rb
2025-05-01 01:30:33 -07:00

9 lines
201 B
Ruby

require "test_helper"
class ConversationControllerTest < ActionDispatch::IntegrationTest
# test "should get content" do
# get conversation_content_url
# assert_response :success
# end
end