From 42ae6adcbe56043f443bec3e42a3b27a9405a878 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 24 Dec 2020 01:22:19 +0000 Subject: [PATCH] sorbet: Update RBI files. Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow. --- .../sorbet/rbi/gems/rspec-github@2.3.1.rbi | 8 ++++++ .../sorbet/rbi/hidden-definitions/hidden.rbi | 27 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 Library/Homebrew/sorbet/rbi/gems/rspec-github@2.3.1.rbi diff --git a/Library/Homebrew/sorbet/rbi/gems/rspec-github@2.3.1.rbi b/Library/Homebrew/sorbet/rbi/gems/rspec-github@2.3.1.rbi new file mode 100644 index 0000000000..4c60a0cefc --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/gems/rspec-github@2.3.1.rbi @@ -0,0 +1,8 @@ +# DO NOT EDIT MANUALLY +# This is an autogenerated file for types exported from the `rspec-github` gem. +# Please instead update this file by running `tapioca sync`. + +# typed: true + +# THIS IS AN EMPTY RBI FILE. +# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires diff --git a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi index 6d26b16676..4dc134313f 100644 --- a/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi +++ b/Library/Homebrew/sorbet/rbi/hidden-definitions/hidden.rbi @@ -21869,7 +21869,34 @@ module RSpec::Expectations def self.fail_with(message, expected=T.unsafe(nil), actual=T.unsafe(nil)); end end +module RSpec::Github + VERSION = ::T.let(nil, ::T.untyped) +end + class RSpec::Github::Formatter + def example_failed(failure); end + + def example_pending(pending); end +end + +class RSpec::Github::Formatter +end + +class RSpec::Github::NotificationDecorator + def annotation(); end + + def initialize(notification); end + + def line(); end + + def path(); end + ESCAPE_MAP = ::T.let(nil, ::T.untyped) +end + +class RSpec::Github::NotificationDecorator +end + +module RSpec::Github end module RSpec::Its