Skip to content

Commit

Permalink
Not needed in this context
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mostlyobvious committed May 22, 2024
1 parent 95e0510 commit 5a6cc13
Showing 1 changed file with 0 additions and 1 deletion.
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 5a6cc13

Please sign in to comment.