From 93d9d459c56a7cdba9b4de5aa13beaa770c57379 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 28 Jul 2012 16:54:21 +0000 Subject: [PATCH] Fixed broken assertion. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10101 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/layout_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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