require "test_helper" class FiledropFilesControllerTest < ActionDispatch::IntegrationTest test "should get download" do get filedrop_files_download_url assert_response :success end end