Update RBI files for rubocop-rspec.

This commit is contained in:
BrewTestBot 2021-04-29 05:57:12 +00:00
parent 77c40acd26
commit 6d308a6ea4
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1,6 +1,6 @@
# DO NOT EDIT MANUALLY # DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `rubocop-rspec` gem. # 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 # typed: true
@ -236,6 +236,7 @@ class RuboCop::Cop::RSpec::ContextWording < ::RuboCop::Cop::RSpec::Base
def bad_prefix?(description); end def bad_prefix?(description); end
def joined_prefixes; end def joined_prefixes; end
def prefix_regex; end
def prefixes; end def prefixes; end
end end
@ -432,11 +433,10 @@ class RuboCop::Cop::RSpec::ExampleLength < ::RuboCop::Cop::RSpec::Base
private private
def code_length(node); end def cop_label; end
def message(length); end
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 class RuboCop::Cop::RSpec::ExampleWithoutDescription < ::RuboCop::Cop::RSpec::Base
include(::RuboCop::Cop::ConfigurableEnforcedStyle) include(::RuboCop::Cop::ConfigurableEnforcedStyle)