notebook/test/controllers/emails_controller_test.rb
2017-04-15 19:44:30 +01:00

10 lines
195 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