diff --git a/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.16.0.rbi b/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.17.0.rbi similarity index 98% rename from Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.16.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.17.0.rbi index 1592e40af4..f96af0f487 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.16.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.17.0.rbi @@ -173,6 +173,20 @@ end RuboCop::Cop::RSpec::Capybara::FeatureMethods::MAP = T.let(T.unsafe(nil), Hash) RuboCop::Cop::RSpec::Capybara::FeatureMethods::MSG = T.let(T.unsafe(nil), String) +class RuboCop::Cop::RSpec::Capybara::MatchStyle < ::RuboCop::Cop::RSpec::Base + extend ::RuboCop::Cop::AutoCorrector + + def on_send(node); end + + private + + def message(node); end +end + +RuboCop::Cop::RSpec::Capybara::MatchStyle::MSG = T.let(T.unsafe(nil), String) +RuboCop::Cop::RSpec::Capybara::MatchStyle::PREFERRED_METHOD = T.let(T.unsafe(nil), Hash) +RuboCop::Cop::RSpec::Capybara::MatchStyle::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array) + class RuboCop::Cop::RSpec::Capybara::NegationMatcher < ::RuboCop::Cop::Base include ::RuboCop::Cop::ConfigurableEnforcedStyle extend ::RuboCop::Cop::AutoCorrector @@ -1465,12 +1479,11 @@ class RuboCop::Cop::RSpec::PendingWithoutReason < ::RuboCop::Cop::RSpec::Base def skipped_by_example_group_method?(param0 = T.unsafe(nil)); end def skipped_by_example_method?(param0 = T.unsafe(nil)); end def skipped_by_metadata_without_reason?(param0 = T.unsafe(nil)); end + def without_reason?(param0 = T.unsafe(nil)); end private - def pending_by_pending_step_without_reason?(node); end def pending_without_reason?(node); end - def skipped_by_skip_step_without_reason?(node); end def skipped_without_reason?(node); end end @@ -1582,6 +1595,21 @@ end RuboCop::Cop::RSpec::Rails::InferredSpecType::MSG = T.let(T.unsafe(nil), String) +class RuboCop::Cop::RSpec::Rails::MinitestAssertions < ::RuboCop::Cop::RSpec::Base + extend ::RuboCop::Cop::AutoCorrector + + def minitest_assertion(param0 = T.unsafe(nil)); end + def on_send(node); end + + private + + def message(prefer); end + def replacement(node, expected, actual, failure_message); end +end + +RuboCop::Cop::RSpec::Rails::MinitestAssertions::MSG = T.let(T.unsafe(nil), String) +RuboCop::Cop::RSpec::Rails::MinitestAssertions::RESTRICT_ON_SEND = T.let(T.unsafe(nil), Array) + class RuboCop::Cop::RSpec::ReceiveCounts < ::RuboCop::Cop::RSpec::Base extend ::RuboCop::Cop::AutoCorrector diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index 7cc3d3e640..63a6cc7fd7 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -6755,6 +6755,7 @@ end module RuboCop::AST::NodePattern::Sets SET_ARM_INTEL = ::T.let(nil, ::T.untyped) + SET_ASSERT_EQUAL_REFUTE_EQUAL = ::T.let(nil, ::T.untyped) SET_BASH_COMPLETION_ZSH_COMPLETION_FISH_COMPLETION = ::T.let(nil, ::T.untyped) SET_BUILD_RECOMMENDED_TEST_OPTIONAL = ::T.let(nil, ::T.untyped) SET_DEPENDS_ON_USES_FROM_MACOS = ::T.let(nil, ::T.untyped)