Update RBI files for rspec-github.

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-11-05 16:09:01 +00:00
parent c847464328
commit 6a428a8791
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -39,6 +39,7 @@ module RSpec::Github; end
class RSpec::Github::Formatter < ::RSpec::Core::Formatters::BaseFormatter class RSpec::Github::Formatter < ::RSpec::Core::Formatters::BaseFormatter
def example_failed(failure); end def example_failed(failure); end
def example_pending(pending); end def example_pending(pending); end
def seed(notification); end
end end
class RSpec::Github::NotificationDecorator class RSpec::Github::NotificationDecorator