mirror of
https://github.com/redmine/redmine.git
synced 2026-07-07 07:31:45 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user