Skip to content

Commit c935b52

Browse files
author
Benjamin Alexander
committed
chore: fix rails tests on rails versions earlier than 7.1
The stackoverflow link in the comment talks more about this issue. Once the repository removes rails versions earlier than 7.1 from the test matrix, this change can be reverted.
1 parent fe46c57 commit c935b52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: test/paranoia_test.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'logger' # required for test suite to pass on rails versions earlier than 7.1. https://stackoverflow.com/questions/79360526
12
require 'bundler/setup'
23
require 'active_record'
34
require 'minitest/autorun'

0 commit comments

Comments
 (0)