From 2ccfd0af519f4b6f5744a0d92f00f361d9737efc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 14 Jan 2022 18:13:40 +0000 Subject: [PATCH] Update RBI files for rspec-expectations. --- ...expectations@3.10.1.rbi => rspec-expectations@3.10.2.rbi} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{rspec-expectations@3.10.1.rbi => rspec-expectations@3.10.2.rbi} (99%) diff --git a/Library/Homebrew/sorbet/rbi/gems/rspec-expectations@3.10.1.rbi b/Library/Homebrew/sorbet/rbi/gems/rspec-expectations@3.10.2.rbi similarity index 99% rename from Library/Homebrew/sorbet/rbi/gems/rspec-expectations@3.10.1.rbi rename to Library/Homebrew/sorbet/rbi/gems/rspec-expectations@3.10.2.rbi index 7cd0f38f7b..9fa161a562 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rspec-expectations@3.10.1.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rspec-expectations@3.10.2.rbi @@ -1,9 +1,9 @@ +# typed: true + # DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `rspec-expectations` gem. # Please instead update this file by running `bin/tapioca gem rspec-expectations`. -# typed: true - module RSpec extend ::RSpec::Support::Warnings extend ::RSpec::Core::Warnings @@ -1213,6 +1213,7 @@ class RSpec::Matchers::BuiltIn::RaiseError private + def actual_error_message; end def block_matches?; end def error_and_message_match?; end def eval_block; end