mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove experimental_topics_filter setting (#29902)
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user