Merge pull request #15371 from sgrif/sg-silence-deprecation-warning

Silence deprecation warning in test
This commit is contained in:
Rafael Mendonça França 2014-05-27 15:16:10 -03:00
commit d5c315d8d4

@ -12,6 +12,9 @@
require MIGRATIONS_ROOT + "/decimal/1_give_me_big_numbers"
class BigNumber < ActiveRecord::Base
unless current_adapter?(:PostgreSQLAdapter, :SQLite3Adapter)
property :value_of_e, Type::Integer.new
end
property :world_population, Type::Integer.new
property :my_house_population, Type::Integer.new
end