You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Working on #905 revealed that we stub methods on objects that originally do not respond to these methods – and that's a trap! We can set verify_partial_doubles to true in spec/spec_helper.rb but that will break tests. These tests will have to be fixed.
Hi there! I’m a first-time contributor and was hoping to help out with this issue.@dphilla & I noticed nobody was assigned to it, but if there’s already a solution in progress we're happy to try helping out elsewhere. Thanks!
Working on #905 revealed that we stub methods on objects that originally do not respond to these methods – and that's a trap! We can set
verify_partial_doubles
totrue
inspec/spec_helper.rb
but that will break tests. These tests will have to be fixed.Why is this important? See this example in the RSpec docs.
The text was updated successfully, but these errors were encountered: