Enabled test.
This commit is contained in:
parent
b2b4bdcc8a
commit
69d957fe16
1 changed files with 1 additions and 2 deletions
|
@ -145,8 +145,7 @@ class TestJQueryFormatter < FormatterTest
|
|||
end
|
||||
|
||||
def test_format_value_with_newline
|
||||
skip 'this test will only work once the JQuery formatter is modularized'
|
||||
# assert_equal "value\nwith\nline\nbreaks", @formatter.format_value("value\nwith\nline\nbreaks")
|
||||
assert_equal "value\nwith\nline\nbreaks", @formatter.format_value("value\nwith\nline\nbreaks")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Reference in a new issue