Update RBI files for rubocop-rspec.

This commit is contained in:
BrewTestBot 2022-05-18 18:10:48 +00:00
parent 951a8f9377
commit 41d2e21f8e
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -4616,6 +4616,21 @@ class RuboCop::Cop::FormulaCop
def required_dependency_name?(param0, param1); end
end
class RuboCop::Cop::RSpec::ChangeByZero
def expect_change_with_arguments(param0=T.unsafe(nil)); end
def expect_change_with_block(param0=T.unsafe(nil)); end
def on_send(node); end
MSG = ::T.let(nil, ::T.untyped)
MSG_COMPOUND = ::T.let(nil, ::T.untyped)
RESTRICT_ON_SEND = ::T.let(nil, ::T.untyped)
end
class RuboCop::Cop::RSpec::ChangeByZero
extend ::RuboCop::Cop::AutoCorrector
end
module RuboCop::RSpec::ExpectOffense
def expect_correction(correction, loop: T.unsafe(nil), source: T.unsafe(nil)); end