summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_wrapper.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/test_wrapper.rb b/test/test_wrapper.rb
index 1db89fc..4f3a4a9 100644
--- a/test/test_wrapper.rb
+++ b/test/test_wrapper.rb
@@ -29,11 +29,9 @@ class TestHighLineWrapper < Minitest::Test
wrapped_long_line =
"This is a long flowing paragraph meant to span " \
"several lines. This text should\n" \
-
- "definitely be wrapped at the set limit, in the " \
- "result. Your code does well with\n" \
-
- "things like this.\n\n"
+ "definitely be wrapped at the set limit, in the " \
+ "result. Your code does well with\n" \
+ "things like this.\n\n"
wrapped = wrap(long_line)
assert_equal wrapped_long_line, wrapped