Skip to content

Commit

Permalink
Probably no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed May 22, 2024
1 parent 95e0510 commit 1cf1ba9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion contrib/ruby_event_store-profiler/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 0 additions & 1 deletion ruby_event_store/spec/instrumented_dispatcher_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion support/helpers/rspec_sql_matchers.rb
Original file line number Diff line number Diff line change
@@ -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|
Expand Down

0 comments on commit 1cf1ba9

Please sign in to comment.