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:
parent
925104288a
commit
cd1e094ce8
|
@ -243,7 +243,7 @@ class ApplicationHelperTest < HelperTestCase
|
||||||
to_test.each { |text, result| assert_equal result, textilizable(text) }
|
to_test.each { |text, result| assert_equal result, textilizable(text) }
|
||||||
end
|
end
|
||||||
|
|
||||||
def syntax_highlight
|
def test_syntax_highlight
|
||||||
raw = <<-RAW
|
raw = <<-RAW
|
||||||
<pre><code class="ruby">
|
<pre><code class="ruby">
|
||||||
# Some ruby code here
|
# Some ruby code here
|
||||||
|
|
Loading…
Reference in New Issue