data_importer/test/controllers/cves_controller_test.rb
2022-04-19 02:37:27 -05:00

9 lines
167 B
Ruby

# frozen_string_literal: true
require 'test_helper'
class CvesControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end