aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2016-02-07 07:14:50 +0000
committerVijay Dev <vijaydev.cse@gmail.com>2016-02-07 07:14:50 +0000
commitbef16522db074307406db62af8f293a5da165447 (patch)
tree7e7b2ca3cbff2cace3cf668d3725535fc00e5c6c /activerecord/test
parent5b1f3e5b75b98af1c3e68811e6d5459cc08f495d (diff)
parent87f060a7ee00fa87b1b90ecb831e9fcb6b2376a7 (diff)
downloadrails-bef16522db074307406db62af8f293a5da165447.tar.gz
rails-bef16522db074307406db62af8f293a5da165447.tar.bz2
rails-bef16522db074307406db62af8f293a5da165447.zip
Merge branch 'master' of github.com:rails/docrails
Diffstat (limited to 'activerecord/test')
-rw-r--r--activerecord/test/cases/migration_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/test/cases/migration_test.rb b/activerecord/test/cases/migration_test.rb
index 9b4394377f..bae0467e72 100644
--- a/activerecord/test/cases/migration_test.rb
+++ b/activerecord/test/cases/migration_test.rb
@@ -192,8 +192,6 @@ class MigrationTest < ActiveRecord::TestCase
# of 0, they take on the compile-time limit for precision and scale,
# so the following should succeed unless you have used really wacky
# compilation options
- # - SQLite2 has the default behavior of preserving all data sent in,
- # so this happens there too
assert_kind_of BigDecimal, b.value_of_e
assert_equal BigDecimal("2.7182818284590452353602875"), b.value_of_e
elsif current_adapter?(:SQLite3Adapter)