data_importer/test/controllers/cpes_controller_test.rb

10 lines
167 B
Ruby
Raw Normal View History

2022-04-19 02:37:27 -05:00
# frozen_string_literal: true
require 'test_helper'
2022-04-04 13:18:03 -05:00
class CpesControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end