sorbet/rbi/gems/rspec-mocks.rbi in sorbet-struct-comparable-1.0.0 vs sorbet/rbi/gems/rspec-mocks.rbi in sorbet-struct-comparable-1.1.0

- old
+ new

@@ -5,11 +5,11 @@ # # If you would like to make changes to this file, great! Please create the gem's shim here: # # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/rspec-mocks/all/rspec-mocks.rbi # -# rspec-mocks-3.9.1 +# rspec-mocks-3.10.2 module RSpec end module RSpec::Mocks def self.allow_message(subject, message, opts = nil, &block); end @@ -198,9 +198,10 @@ def add_simple_stub(method_name, response); end def add_stub(method_name, opts = nil, &implementation); end def as_null_object; end def build_expectation(method_name); end def check_for_unexpected_arguments(expectation); end + def ensure_can_be_proxied!(object); end def ensure_implemented(*_args); end def find_almost_matching_expectation(method_name, *args); end def find_almost_matching_stub(method_name, *args); end def find_best_matching_expectation_for(method_name); end def find_matching_expectation(method_name, *args); end