Update RBI files for rspec-expectations.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
This commit is contained in:
BrewTestBot 2022-12-16 18:12:50 +00:00
parent 9609e46d50
commit f8797e88b9
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -230,6 +230,13 @@ class RSpec::Expectations::FailureAggregator
def notify_aggregated_failures; end
end
RSpec::Expectations::FailureAggregator::AGGREGATED_FAILURE = T.let(T.unsafe(nil), RSpec::Expectations::FailureAggregator::AggregatedFailure)
class RSpec::Expectations::FailureAggregator::AggregatedFailure
def inspect; end
end
RSpec::Expectations::FailureAggregator::AggregatedFailure::MESSAGE = T.let(T.unsafe(nil), String)
RSpec::Expectations::LegacyMacherAdapter = RSpec::Expectations::LegacyMatcherAdapter
class RSpec::Expectations::LegacyMatcherAdapter < ::RSpec::Matchers::MatcherDelegator