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:
parent
9609e46d50
commit
f8797e88b9
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user