notebook/test/controllers/help_controller_test.rb
2021-05-21 15:28:23 -07:00

10 lines
182 B
Ruby

require 'test_helper'
class HelpControllerTest < ActionDispatch::IntegrationTest
# test "should get index" do
# get help_index_url
# assert_response :success
# end
end