diff --git a/Library/Homebrew/sorbet/rbi/gems/rspec_junit_formatter@0.4.1.rbi b/Library/Homebrew/sorbet/rbi/gems/rspec_junit_formatter@0.5.0.rbi similarity index 98% rename from Library/Homebrew/sorbet/rbi/gems/rspec_junit_formatter@0.4.1.rbi rename to Library/Homebrew/sorbet/rbi/gems/rspec_junit_formatter@0.5.0.rbi index 91ce4fdfe5..baa1708af5 100644 --- a/Library/Homebrew/sorbet/rbi/gems/rspec_junit_formatter@0.4.1.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/rspec_junit_formatter@0.5.0.rbi @@ -1,9 +1,9 @@ +# typed: true + # DO NOT EDIT MANUALLY # 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`. -# typed: true - class RSpecJUnitFormatter < ::RSpec::Core::Formatters::BaseFormatter def dump_summary(notification); end def start(notification); end @@ -15,6 +15,7 @@ class RSpecJUnitFormatter < ::RSpec::Core::Formatters::BaseFormatter def description_for(notification); end def duration; end def duration_for(notification); end + def error_count; end def escape(text); end def example_count; end def example_group_file_path_for(notification); end