summaryrefslogtreecommitdiff
blob: 28b33b0d4b416b175645a1d89e187c236f62b157 (plain)
1
2
3
4
5
6
7
8
require 'test_helper'

class CveControllerTest < ActionController::TestCase
  # Replace this with your real tests.
  test "the truth" do
    assert true
  end
end