chore(rspec): supress warnings on false positives
This commit is contained in:
parent
aacd4af6c0
commit
2552e831b3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue