mirror of
https://github.com/redmine/redmine.git
synced 2025-11-01 02:46:13 +01:00
git-svn-id: https://svn.redmine.org/redmine/trunk@22732 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -81,4 +81,11 @@ class HelpControllerTest < Redmine::ControllerTest
|
||||
|
||||
assert_match "Wiki Syntax Quick Reference (CommonMark Markdown (GitHub Flavored))", response.body
|
||||
end
|
||||
|
||||
def test_get_help_code_highlighting
|
||||
get :show_code_highlighting
|
||||
assert_response :success
|
||||
|
||||
assert_select 'h1', :text => "List of languages supported by Redmine code highlighter"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user