contactUs/test/controllers/email_controller_test.rb
2023-05-01 15:11:01 +03:30

10 lines
176 B
Ruby

require 'test_helper'
class EmailControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get email_index_url
assert_response :success
end
end