Этот коммит содержится в:
Mattia Roccoberton
2022-03-26 18:18:25 +01:00
родитель 038d66f387
Коммит 7498cd65a1
20 изменённых файлов: 1815 добавлений и 17 удалений

Просмотреть файл

@@ -33,4 +33,15 @@ RSpec.configure do |config|
config.use_transactional_fixtures = true
config.use_instantiated_fixtures = false
config.render_views = false
config.before(:suite) do
intro = ('-' * 80)
intro << "\n"
intro << "- Ruby: #{RUBY_VERSION}\n"
intro << "- Rails: #{Rails.version}\n"
intro << "- ActiveAdmin: #{ActiveAdmin::VERSION}\n"
intro << ('-' * 80)
RSpec.configuration.reporter.message(intro)
end
end