Skip to content

Commit 12c851c

Browse files
reedstonefoodBenjamin Alexander
and
Benjamin Alexander
authored
chore: fix rails tests on rails versions earlier than 7.1 (#576)
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. Co-authored-by: Benjamin Alexander <[email protected]>
1 parent fe46c57 commit 12c851c

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)