Skip to content

Commit

Permalink
Merge pull request #2652 from dasch/remove-trailing-whitespace
Browse files Browse the repository at this point in the history
Remove trailing whitespace
  • Loading branch information
fxn committed Aug 23, 2011
2 parents 5536d90 + cacdbb9 commit eb18f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activesupport/test/core_ext/array_ext_test.rb
Expand Up @@ -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

0 comments on commit eb18f3d

Please sign in to comment.