Update RBI files for rspec_junit_formatter.
This commit is contained in:
parent
725cbda8d2
commit
01959eb019
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user