1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-18 05:49:47 +00:00

initial test suite

هذا الالتزام موجود في:
Adam Cooke
2017-05-08 14:48:15 +01:00
الأصل 1758dc466a
التزام 2bde75720c
14 ملفات معدلة مع 335 إضافات و8 حذوفات

11
spec/spec_helper.rb Normal file
عرض الملف

@@ -0,0 +1,11 @@
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