From da6650348fb3bc6046e56f68dfe7bb9198319e25 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 28 Feb 2022 18:13:57 +0000 Subject: [PATCH] Update RBI files for rubocop-rspec. --- ...spec@2.8.0.rbi => rubocop-rspec@2.9.0.rbi} | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) rename Library/Homebrew/sorbet/rbi/gems/{rubocop-rspec@2.8.0.rbi => rubocop-rspec@2.9.0.rbi} (98%) diff --git a/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.8.0.rbi b/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.9.0.rbi similarity index 98% rename from Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.8.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.9.0.rbi index dd7e9b395f..fdd093326d 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.8.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.9.0.rbi @@ -112,6 +112,16 @@ end RuboCop::Cop::RSpec::Be::MSG = T.let(T.unsafe(nil), String) +class RuboCop::Cop::RSpec::BeEq < ::RuboCop::Cop::RSpec::Base + extend ::RuboCop::Cop::AutoCorrector + + def eq_type_with_identity?(param0 = T.unsafe(nil)); end + def on_send(node); end +end + +RuboCop::Cop::RSpec::BeEq::MSG = T.let(T.unsafe(nil), String) +RuboCop::Cop::RSpec::BeEq::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array) + class RuboCop::Cop::RSpec::BeEql < ::RuboCop::Cop::RSpec::Base extend ::RuboCop::Cop::AutoCorrector @@ -122,6 +132,16 @@ end RuboCop::Cop::RSpec::BeEql::MSG = T.let(T.unsafe(nil), String) RuboCop::Cop::RSpec::BeEql::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array) +class RuboCop::Cop::RSpec::BeNil < ::RuboCop::Cop::RSpec::Base + extend ::RuboCop::Cop::AutoCorrector + + def nil_value_expectation?(param0 = T.unsafe(nil)); end + def on_send(node); end +end + +RuboCop::Cop::RSpec::BeNil::MSG = T.let(T.unsafe(nil), String) +RuboCop::Cop::RSpec::BeNil::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array) + class RuboCop::Cop::RSpec::BeforeAfterAll < ::RuboCop::Cop::RSpec::Base def before_or_after_all(param0 = T.unsafe(nil)); end def on_send(node); end