Sha256: 98d3992ab42e41e750689c0fadbfa0c1b4f698387af5521ee45a815dfdb6dd37
Contents?: true
Size: 410 Bytes
Versions: 5
Compression:
Stored size: 410 Bytes
Contents
if RUBY_VERSION >= '2.6.0' if Rails.version < '5' # rubocop:disable Style/CommentAnnotation class ActionController::TestResponse < ActionDispatch::TestResponse def recycle! # hack to avoid MonitorMixin double-initialize error: @mon_mutex_owner_object_id = nil @mon_mutex = nil initialize end end # rubocop:enable Style/CommentAnnotation end end
Version data entries
5 entries across 5 versions & 1 rubygems