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
This commit is contained in:
Eric Davis 2009-09-03 01:03:10 +00:00
parent 925104288a
commit cd1e094ce8
1 changed files with 1 additions and 1 deletions

View File

@ -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