summaryrefslogtreecommitdiffstats
path: root/test/unit/helpers
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-03-14 13:22:50 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-03-14 13:22:50 +0000
commitad487bf7cc4bd00d2e10b1dafe0e314b99598d7f (patch)
treee93a204beb18d3e1f88f5738963806911f49604a /test/unit/helpers
parentc03b4c2e1e88f4fd1257d9519144905f08718dcd (diff)
downloadredmine-ad487bf7cc4bd00d2e10b1dafe0e314b99598d7f.tar.gz
redmine-ad487bf7cc4bd00d2e10b1dafe0e314b99598d7f.zip
Replace the hardcoded "CodeRay" css class name for highlighted elements.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3585 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/helpers')
-rw-r--r--test/unit/helpers/application_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb
index fafd9c04e..c38581cda 100644
--- a/test/unit/helpers/application_helper_test.rb
+++ b/test/unit/helpers/application_helper_test.rb
@@ -305,7 +305,7 @@ EXPECTED
RAW
expected = <<-EXPECTED
-<pre><code class="ruby CodeRay"><span class="no">1</span> <span class="c"># Some ruby code here</span>
+<pre><code class="ruby syntaxhl"><span class="no">1</span> <span class="c"># Some ruby code here</span>
</pre></code>
EXPECTED