Skip to content

Commit

Permalink
Try to load deprecator in 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Jan 23, 2024
1 parent 73d0512 commit e480e21
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/test_help_test.rb
@@ -1,4 +1,9 @@
require "active_support/deprecator"
begin
require "active_support/deprecator"
rescue LoadError
# Rails 7.1 fails if this is not loaded
end

require "active_support/test_case"
require "minitest/autorun"

Expand Down

0 comments on commit e480e21

Please sign in to comment.