notebook/test/controllers/notice_dismissal_controller_test.rb
2019-05-30 15:26:36 -05:00

10 lines
201 B
Ruby

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