Update RBI files for rspec-mocks.
This commit is contained in:
parent
1fde2c9935
commit
e859c991f3
@ -1,9 +1,9 @@
|
||||
# typed: true
|
||||
|
||||
# DO NOT EDIT MANUALLY
|
||||
# This is an autogenerated file for types exported from the `rspec-mocks` gem.
|
||||
# Please instead update this file by running `bin/tapioca gem rspec-mocks`.
|
||||
|
||||
# typed: true
|
||||
|
||||
module RSpec
|
||||
extend ::RSpec::Support::Warnings
|
||||
extend ::RSpec::Core::Warnings
|
||||
@ -295,7 +295,7 @@ end
|
||||
class RSpec::Mocks::ArgumentListMatcher
|
||||
def initialize(*expected_args); end
|
||||
|
||||
def args_match?(*args); end
|
||||
def args_match?(*actual_args); end
|
||||
def expected_args; end
|
||||
def resolve_expected_args_based_on(actual_args); end
|
||||
|
||||
@ -1411,13 +1411,6 @@ module RSpec::Mocks::VerifyingDouble
|
||||
def send(name, *args, &block); end
|
||||
end
|
||||
|
||||
module RSpec::Mocks::VerifyingDouble::SilentIO
|
||||
class << self
|
||||
def method_missing(*_arg0); end
|
||||
def respond_to?(*_arg0); end
|
||||
end
|
||||
end
|
||||
|
||||
class RSpec::Mocks::VerifyingDoubleNotDefinedError < ::StandardError; end
|
||||
|
||||
class RSpec::Mocks::VerifyingExistingClassNewMethodDouble < ::RSpec::Mocks::VerifyingExistingMethodDouble
|
||||
Loading…
x
Reference in New Issue
Block a user