summaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
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 2fcf6dab6..1fe1a355e 100644
--- a/test/integration/layout_test.rb
+++ b/test/integration/layout_test.rb
@@ -63,7 +63,7 @@ class LayoutTest < Redmine::IntegrationTest
Role.anonymous.add_permission! :add_issues
get '/projects/ecookbook/issues/new'
- assert_select 'head script[src=?]', '/javascripts/jstoolbar/jstoolbar-textile.min.js'
+ assert_select 'head script[src^=?]', '/javascripts/jstoolbar/jstoolbar-textile.min.js?'
end
def test_calendar_header_tags