From b2d1322d1ac9dd1df240605d084501247b001b2d Mon Sep 17 00:00:00 2001 From: Mattia Roccoberton Date: Thu, 2 Nov 2023 11:07:17 +0100 Subject: [PATCH] test: minor test suite improvements --- spec/spec_helper.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index a7d360f..a67c140 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,6 +1,11 @@ # frozen_string_literal: true RSpec.configure do |config| + config.color = true + config.default_formatter = :documentation + config.tty = true + config.order = :random + config.expect_with :rspec do |expectations| expectations.include_chain_clauses_in_custom_matcher_descriptions = true end