From 5a6cc1396809e5063031414fba5155dbd5971fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pacana?= Date: Wed, 22 May 2024 13:06:30 +0200 Subject: [PATCH] Not needed in this context Such file is required by rails/activerecord already when we use SQL matchers for rails/activerecord tests. Absence of this require helps when testing on AR/AS 6.0-6.1 where this file did not exist. --- support/helpers/rspec_sql_matchers.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/support/helpers/rspec_sql_matchers.rb b/support/helpers/rspec_sql_matchers.rb index b7b2f68e82..838fbc729d 100644 --- a/support/helpers/rspec_sql_matchers.rb +++ b/support/helpers/rspec_sql_matchers.rb @@ -1,6 +1,5 @@ # frozen_string_literal: true -require "active_support/isolated_execution_state" require "active_support/notifications" ::RSpec::Matchers.define :match_query_count do |expected_count|