# typed: true # DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `rspec-github` gem. # Please instead update this file by running `bin/tapioca gem rspec-github`. module RSpec extend ::RSpec::Support::Warnings extend ::RSpec::Core::Warnings class << self def clear_examples; end def configuration; end def configuration=(_arg0); end def configure; end def const_missing(name); end def context(*args, &example_group_block); end def current_example; end def current_example=(example); end def current_scope; end def current_scope=(scope); end def describe(*args, &example_group_block); end def example_group(*args, &example_group_block); end def fcontext(*args, &example_group_block); end def fdescribe(*args, &example_group_block); end def reset; end def shared_context(name, *args, &block); end def shared_examples(name, *args, &block); end def shared_examples_for(name, *args, &block); end def world; end def world=(_arg0); end def xcontext(*args, &example_group_block); end def xdescribe(*args, &example_group_block); end end end module RSpec::Github; end class RSpec::Github::Formatter < ::RSpec::Core::Formatters::BaseFormatter def example_failed(failure); end def example_pending(pending); end def seed(notification); end end class RSpec::Github::NotificationDecorator def initialize(notification); end def annotation; end def line; end def path; end private def example; end def message; end def raw_path; end def workspace; end end RSpec::Github::NotificationDecorator::ESCAPE_MAP = T.let(T.unsafe(nil), Hash) RSpec::Github::VERSION = T.let(T.unsafe(nil), String) RSpec::MODULES_TO_AUTOLOAD = T.let(T.unsafe(nil), Hash) RSpec::SharedContext = RSpec::Core::SharedContext