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

10 lines
209 B
Ruby

require 'test_helper'
class NoticeDismissalControllerTest < ActionDispatch::IntegrationTest
# test "should get dismiss" do
# get notice_dismissal_dismiss_url
# assert_response :success
# end
end