Merge pull request #10122 from Homebrew/sorbet-files-update

sorbet: Update RBI files.
This commit is contained in:
Jonathan Chang 2020-12-24 22:12:05 +11:00 committed by GitHub
commit ab1d39966c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 0 deletions

View File

@ -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

View File

@ -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