diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2016-05-10 01:40:52 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2016-05-10 03:46:56 -0300 |
commit | 01a38b04fbc03b97d02f1e65c20fd67de3bcfe95 (patch) | |
tree | de95ed5f4d8864bb010107fff965085759e49a88 /activesupport/test | |
parent | 697ab08af981a6c9089540883e85414c2457a881 (diff) | |
download | rails-01a38b04fbc03b97d02f1e65c20fd67de3bcfe95.tar.gz rails-01a38b04fbc03b97d02f1e65c20fd67de3bcfe95.tar.bz2 rails-01a38b04fbc03b97d02f1e65c20fd67de3bcfe95.zip |
Bump the deprecation horizon
Diffstat (limited to 'activesupport/test')
-rw-r--r-- | activesupport/test/deprecation_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/deprecation_test.rb b/activesupport/test/deprecation_test.rb index 45c88b79cb..ec34bd823d 100644 --- a/activesupport/test/deprecation_test.rb +++ b/activesupport/test/deprecation_test.rb @@ -341,7 +341,7 @@ class DeprecationTest < ActiveSupport::TestCase end def test_default_deprecation_horizon_should_always_bigger_than_current_rails_version - assert ActiveSupport::Deprecation.new.deprecation_horizon > ActiveSupport::VERSION::STRING + assert_operator ActiveSupport::Deprecation.new.deprecation_horizon, :>, ActiveSupport::VERSION::STRING end def test_default_gem_name |