1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00
الملفات
postal/spec/spec_helper.rb
2024-02-10 17:18:22 +00:00

13 أسطر
298 B
Ruby

# frozen_string_literal: true
RSpec.configure do |config|
config.color = true
config.expect_with :rspec do |expectations|
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
end
config.mock_with :rspec do |mocks|
mocks.verify_partial_doubles = true
end
end