]> source.dussan.org Git - redmine.git/commitdiff
Fixed broken assertion.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 28 Jul 2012 16:54:21 +0000 (16:54 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 28 Jul 2012 16:54:21 +0000 (16:54 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10101 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/integration/layout_test.rb

index af2c6fb90137f8089e41563f6ceabc07a174cf6b..b1873b1599ec0e0d08c684c709514936d3052fe4 100644 (file)
@@ -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