Skip to content

Commit 6469be7

Browse files
committed
railtie spec: fix for rails >= 7
1 parent e50103a commit 6469be7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/rails/ucblit/logging/railtie_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module Logging
3838
logging_initializer.run(app)
3939
bootstrap_logger_initializer.run(app)
4040

41-
expect(Rails.logger).to be_a(BerkeleyLibrary::Logging::Logger)
41+
expect(Rails.logger.broadcasts).to include(a_kind_of(BerkeleyLibrary::Logging::Logger))
4242
end
4343
end
4444
end

0 commit comments

Comments
 (0)