Commit cd1e094c authored by Eric Davis's avatar Eric Davis

Missing 'test_' prefix on a helper test caused it to not run.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2853 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 92510428
......@@ -243,7 +243,7 @@ class ApplicationHelperTest < HelperTestCase
to_test.each { |text, result| assert_equal result, textilizable(text) }
end
def syntax_highlight
def test_syntax_highlight
raw = <<-RAW
<pre><code class="ruby">
# Some ruby code here
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment