DEV: Remove experimental_topics_filter setting (#29902)

This commit is contained in:
Penar Musaraj
2024-11-25 10:49:40 -05:00
committed by GitHub
parent 433543a516
commit e6fdfcdcd2
4 changed files with 12 additions and 34 deletions

View File

@@ -693,7 +693,7 @@ RSpec.configure do |config|
RspecErrorTracker.exceptions.each_with_index do |(path, ex), index|
lines << "\n"
lines << "Error encountered while proccessing #{path}"
lines << "Error encountered while processing #{path}"
lines << " #{ex.class}: #{ex.message}"
ex.backtrace.each_with_index do |line, backtrace_index|
if ENV["RSPEC_EXCLUDE_GEMS_IN_BACKTRACE"]