Fixed broken assertion.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10101 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-07-28 16:54:21 +00:00
parent c544e9b9c6
commit 93d9d459c5
1 changed files with 1 additions and 1 deletions

View 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