diff --git a/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.2.0.rbi b/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.3.0.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.2.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.3.0.rbi index b761935e78..fcfbbb8ed8 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.2.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rubocop-rspec@2.3.0.rbi @@ -1,6 +1,6 @@ # DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `rubocop-rspec` gem. -# Please instead update this file by running `tapioca sync`. +# Please instead update this file by running `bin/tapioca sync`. # typed: true @@ -236,6 +236,7 @@ class RuboCop::Cop::RSpec::ContextWording < ::RuboCop::Cop::RSpec::Base def bad_prefix?(description); end def joined_prefixes; end + def prefix_regex; end def prefixes; end end @@ -432,11 +433,10 @@ class RuboCop::Cop::RSpec::ExampleLength < ::RuboCop::Cop::RSpec::Base private - def code_length(node); end - def message(length); end + def cop_label; end end -RuboCop::Cop::RSpec::ExampleLength::MSG = T.let(T.unsafe(nil), String) +RuboCop::Cop::RSpec::ExampleLength::LABEL = T.let(T.unsafe(nil), String) class RuboCop::Cop::RSpec::ExampleWithoutDescription < ::RuboCop::Cop::RSpec::Base include(::RuboCop::Cop::ConfigurableEnforcedStyle)