Update RBI files for rspec_junit_formatter.

This commit is contained in:
BrewTestBot 2022-01-04 18:10:36 +00:00
parent 725cbda8d2
commit 01959eb019
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1,9 +1,9 @@
# typed: true
# DO NOT EDIT MANUALLY # DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `rspec_junit_formatter` gem. # This is an autogenerated file for types exported from the `rspec_junit_formatter` gem.
# Please instead update this file by running `bin/tapioca gem rspec_junit_formatter`. # Please instead update this file by running `bin/tapioca gem rspec_junit_formatter`.
# typed: true
class RSpecJUnitFormatter < ::RSpec::Core::Formatters::BaseFormatter class RSpecJUnitFormatter < ::RSpec::Core::Formatters::BaseFormatter
def dump_summary(notification); end def dump_summary(notification); end
def start(notification); end def start(notification); end
@ -15,6 +15,7 @@ class RSpecJUnitFormatter < ::RSpec::Core::Formatters::BaseFormatter
def description_for(notification); end def description_for(notification); end
def duration; end def duration; end
def duration_for(notification); end def duration_for(notification); end
def error_count; end
def escape(text); end def escape(text); end
def example_count; end def example_count; end
def example_group_file_path_for(notification); end def example_group_file_path_for(notification); end