Skip to content

Commit

Permalink
Still supporting AS 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed May 23, 2024
1 parent 8e61ded commit 2a0a0f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion support/helpers/rspec_sql_matchers.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require "active_support/isolated_execution_state"
require "active_support/version"
require "active_support/isolated_execution_state" if ActiveSupport.version >= Gem::Version.new("7.0")
require "active_support/notifications"

::RSpec::Matchers.define :match_query_count do |expected_count|
Expand Down

0 comments on commit 2a0a0f4

Please sign in to comment.