notebook/test/controllers/help_controller_test.rb
2020-06-01 23:16:31 -05:00

10 lines
174 B
Ruby

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