Remove trailing whitespace

This commit is contained in:
Daniel Schierbeck
2011-08-23 12:39:07 +02:00
parent 7079701e5b
commit cacdbb9437

View File

@@ -470,8 +470,8 @@ class ArrayPrependAppendTest < Test::Unit::TestCase
def test_append
assert_equal [1, 2], [1].append(2)
end
def test_prepend
assert_equal [2, 1], [1].prepend(2)
end
end
end