summaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-07-28 16:54:21 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-07-28 16:54:21 +0000
commit93d9d459c56a7cdba9b4de5aa13beaa770c57379 (patch)
tree4cf07faa27fe4b7474cf4aae37c4dd4dd190b1c8 /test/integration
parentc544e9b9c6c1a3daf9ca633b2c43ffb60de82436 (diff)
downloadredmine-93d9d459c56a7cdba9b4de5aa13beaa770c57379.tar.gz
redmine-93d9d459c56a7cdba9b4de5aa13beaa770c57379.zip
Fixed broken assertion.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10101 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/layout_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/layout_test.rb b/test/integration/layout_test.rb
index af2c6fb90..b1873b159 100644
--- a/test/integration/layout_test.rb
+++ b/test/integration/layout_test.rb
@@ -67,7 +67,7 @@ class LayoutTest < ActionController::IntegrationTest
get '/projects/ecookbook/issues/new'
assert_tag :script,
- :attributes => {:src => %r{^/javascripts/jstoolbar/textile.js}},
+ :attributes => {:src => %r{^/javascripts/jstoolbar/jstoolbar-textile.min.js}},
:parent => {:tag => 'head'}
end