chore(rspec): supress warnings on false positives

This commit is contained in:
Luis Castro 2019-08-01 15:49:38 +02:00
parent aacd4af6c0
commit 2552e831b3
No known key found for this signature in database
GPG key ID: 0A8F33D4C4E27639

View file

@ -38,6 +38,7 @@ RSpec.configure do |config|
# ...rather than:
# # => "be bigger than 2"
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
expectations.on_potential_false_positives = :nothing
end
# rspec-mocks config goes here. You can use an alternate test double