2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2021-06-01 12:20:20 +00:00
|
|
|
|
2020-05-28 07:42:31 +00:00
|
|
|
RSpec.configure do |config|
|
|
|
|
|
2021-07-19 12:24:09 +00:00
|
|
|
config.prepend_before do |example|
|
2020-05-28 07:42:31 +00:00
|
|
|
Rails.logger.info "=== running RSpec example '#{example.metadata[:full_description]}'"
|
|
|
|
end
|
|
|
|
end
|