aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-02-04 18:24:16 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-02-04 18:24:17 +0530
commit7a72fdc7dcbb58a58b67944f8c1dfeae5cb6ed23 (patch)
treed234db9ab7ff025bfc2384f17048f67cd8233b3d /activesupport
parent71dfce6e4701ae3c113c2b8f19c05f9667b88b78 (diff)
downloadrails-7a72fdc7dcbb58a58b67944f8c1dfeae5cb6ed23.tar.gz
rails-7a72fdc7dcbb58a58b67944f8c1dfeae5cb6ed23.tar.bz2
rails-7a72fdc7dcbb58a58b67944f8c1dfeae5cb6ed23.zip
remove unasserted line in test
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/core_ext/integer_ext_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/core_ext/integer_ext_test.rb b/activesupport/test/core_ext/integer_ext_test.rb
index bfbb2260c6..7597f9c6f5 100644
--- a/activesupport/test/core_ext/integer_ext_test.rb
+++ b/activesupport/test/core_ext/integer_ext_test.rb
@@ -21,6 +21,5 @@ class IntegerExtTest < ActiveSupport::TestCase
# Its results are tested comprehensively in the inflector test cases.
assert_equal '1st', 1.ordinalize
assert_equal '8th', 8.ordinalize
- 1000000000000000000000000000000000000000000000000000000000000000000000.ordinalize
end
end