Skip to content

Commit

Permalink
test: minor test suite improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
blocknotes committed Nov 2, 2023
1 parent 49496b2 commit b2d1322
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b2d1322

Please sign in to comment.