notebook/test/controllers/to_write/emails_controller_test.rb
2021-05-21 17:08:18 -07:00

10 lines
203 B
Ruby

require 'test_helper'
class EmailsControllerTest < ActionController::TestCase
# test "should get one_click_unsubscribe" do
# get :one_click_unsubscribe
# assert_response :success
# end
end