Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSebastian Ludwig <sebastian@lurado.de>2015-12-05 03:39:53 +0300
committerSebastian Ludwig <sebastian@lurado.de>2015-12-05 03:39:53 +0300
commit69d957fe1653915710b8f18189dc77e1111438eb (patch)
treea053576da831a9ed078a8f63fc20f831ca13ff8d /test
parentb2b4bdcc8aaffe0384bd08b0b569e9f0b784a690 (diff)
Enabled test.
Diffstat (limited to 'test')
-rw-r--r--test/test_formatters.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_formatters.rb b/test/test_formatters.rb
index 6727329..19826b5 100644
--- a/test/test_formatters.rb
+++ b/test/test_formatters.rb
@@ -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