mirror of
https://github.com/redmine/redmine.git
synced 2026-05-08 23:37:46 +02:00
Remove overrides that inserts a non-breaking space (nbsp) to empty option elements (#40210).
Patch by Go MAEDA (maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22701 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -177,10 +177,6 @@ class BoardsControllerTest < Redmine::ControllerTest
|
||||
assert_select 'option[value=""]'
|
||||
assert_select 'option[value="1"]', :text => 'Help'
|
||||
end
|
||||
|
||||
# replaced by nokogiri, not easy to test in DOM assertions
|
||||
assert_not_include '<option value=""></option>', response.body
|
||||
assert_include '<option value=""> </option>', response.body
|
||||
end
|
||||
|
||||
def test_new_without_project_boards
|
||||
|
||||
Reference in New Issue
Block a user