mirror of
https://github.com/redmine/redmine.git
synced 2025-11-04 20:35:57 +01:00
Quote values in DOM selectors for Nokogiri compatibility.
git-svn-id: http://svn.redmine.org/redmine/trunk@13619 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -101,8 +101,8 @@ VIEW
|
||||
assert_response :success
|
||||
assert_select 'p', :text => 'ContentForInsideHook content'
|
||||
assert_select 'head' do
|
||||
assert_select 'script[src=/plugin_assets/test_plugin/javascripts/test_plugin.js]'
|
||||
assert_select 'link[href=/plugin_assets/test_plugin/stylesheets/test_plugin.css]'
|
||||
assert_select 'script[src="/plugin_assets/test_plugin/javascripts/test_plugin.js"]'
|
||||
assert_select 'link[href="/plugin_assets/test_plugin/stylesheets/test_plugin.css"]'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user