aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-08-23 04:00:59 -0700
committerXavier Noria <fxn@hashref.com>2011-08-23 04:00:59 -0700
commiteb18f3d74668c01b9ff565ad9c86a75ac9e62eb5 (patch)
treef54f6687b7d0aa0c7d0f5541196db0357203efd0
parent5536d901e54698e55d117c536d1cca89af6a5f8e (diff)
parentcacdbb94374ebdc1c1fa5445467fca3d12ca31cd (diff)
downloadrails-eb18f3d74668c01b9ff565ad9c86a75ac9e62eb5.tar.gz
rails-eb18f3d74668c01b9ff565ad9c86a75ac9e62eb5.tar.bz2
rails-eb18f3d74668c01b9ff565ad9c86a75ac9e62eb5.zip
Merge pull request #2652 from dasch/remove-trailing-whitespace
Remove trailing whitespace
-rw-r--r--activesupport/test/core_ext/array_ext_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/test/core_ext/array_ext_test.rb b/activesupport/test/core_ext/array_ext_test.rb
index f035505a01..52231aaeb0 100644
--- a/activesupport/test/core_ext/array_ext_test.rb
+++ b/activesupport/test/core_ext/array_ext_test.rb
@@ -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 \ No newline at end of file
+end