We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b389ddf commit baca215Copy full SHA for baca215
1 file changed
test/test_arhp.rb
@@ -217,7 +217,7 @@ def simulate_rails_app_active_record_railties
217
if ActiveRecord.version >= Gem::Version.new('6.0')
218
# Necessary for testing ActiveRecord 6.0 which uses the connection
219
# handlers when clearing query caches across all handlers when
220
- # an operation that dirties the cache isinvolved (e.g. create/insert,
+ # an operation that dirties the cache is involved (e.g. create/insert,
221
# update, delete/destroy, truncate, etc.)
222
ActiveRecord::Base.connection_handlers = {
223
ActiveRecord::Base.writing_role => ActiveRecord::Base.default_connection_handler
0 commit comments