mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Extracted one highlight test method and marked it as pending.
This commit is contained in:
parent
40bbb4914f
commit
c80da23310
1 changed files with 3 additions and 0 deletions
|
@ -187,7 +187,10 @@ class TextHelperTest < ActionView::TestCase
|
|||
"This text is not changed because we supplied an empty phrase",
|
||||
highlight("This text is not changed because we supplied an empty phrase", nil)
|
||||
)
|
||||
end
|
||||
|
||||
def test_highlight_pending
|
||||
skip "Pending. Nokogiri parses a blank string, sees no elements and then returns ''"
|
||||
assert_equal ' ', highlight(' ', 'blank text is returned verbatim')
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue