Skip to content

Commit 63b3ba3

Browse files
committed
test let's see
1 parent 2b88544 commit 63b3ba3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spec/spec_helper.rb

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
ENV["RAILS_ENV"] ||= 'test'
22
require 'rsolr'
33
require 'engine_cart'
4+
5+
# https://github.com/projectblacklight/blacklight/issues/3493
6+
if ENV['RAILS_VERSION'] =~ /^7.0/ || ENV['RAILS_VERSION'] =~ /^7.1/
7+
require 'logger'
8+
end
9+
10+
411
EngineCart.load_application!
512

613
require 'rspec/rails'

0 commit comments

Comments
 (0)