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

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

@@ -5,10 +5,12 @@ RSpec.configure do |config|
config.filter_run focus: true
config.filter_run_excluding changes_filesystem: true
config.run_all_when_everything_filtered = true
config.color = true
config.order = :random
config.example_status_persistence_file_path = '.rspec_failures'
config.color = true
config.tty = true
config.example_status_persistence_file_path = '.rspec_failures'
config.order = :random
config.shared_context_metadata_behavior = :apply_to_host_groups
config.expect_with :rspec do |expectations|