Enabled test.

This commit is contained in:
Sebastian Ludwig 2015-12-05 01:39:53 +01:00
parent b2b4bdcc8a
commit 69d957fe16

View file

@ -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