From 1cf1ba9ed013846b900a78acd8d4c88e5c64907c 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] Probably no longer needed --- contrib/ruby_event_store-profiler/spec/spec_helper.rb | 1 - ruby_event_store/spec/instrumented_dispatcher_spec.rb | 1 - support/helpers/rspec_sql_matchers.rb | 1 - 3 files changed, 3 deletions(-) diff --git a/contrib/ruby_event_store-profiler/spec/spec_helper.rb b/contrib/ruby_event_store-profiler/spec/spec_helper.rb index ee26ebdffd..d92a77b652 100644 --- a/contrib/ruby_event_store-profiler/spec/spec_helper.rb +++ b/contrib/ruby_event_store-profiler/spec/spec_helper.rb @@ -3,5 +3,4 @@ require "../../support/helpers/rspec_defaults" require "ruby_event_store" require "ruby_event_store/profiler" -require "active_support/isolated_execution_state" require "active_support/notifications" diff --git a/ruby_event_store/spec/instrumented_dispatcher_spec.rb b/ruby_event_store/spec/instrumented_dispatcher_spec.rb index 2e5717fb96..16b2b11386 100644 --- a/ruby_event_store/spec/instrumented_dispatcher_spec.rb +++ b/ruby_event_store/spec/instrumented_dispatcher_spec.rb @@ -3,7 +3,6 @@ require "spec_helper" require "ruby_event_store/spec/dispatcher_lint" require "active_support/core_ext/object/try" -require "active_support/isolated_execution_state" require "active_support/notifications" module RubyEventStore 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|