Skip to content

Commit

Permalink
Still require active_support/core_ext/object/try
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwp committed Aug 29, 2019
1 parent fba7290 commit 3b09c80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "active_support"
# A missing require for try has been added to rails master here:
# https://github.com/rails/rails/commit/530f7805ed5790af1d472a041bc74089dc183f47
# The explicit require below can be removed with a future Rails release (6.1?).
require "active_support/core_ext/object/try"
require "active_support/notifications"
require "kafka"
require "kafka/tagged_logger"
Expand Down

0 comments on commit 3b09c80

Please sign in to comment.