2020-08-09 11:32:26 +01:00
|
|
|
# DO NOT EDIT MANUALLY
|
|
|
|
# This is an autogenerated file for types exported from the `rspec` gem.
|
|
|
|
# Please instead update this file by running `tapioca generate --exclude json`.
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
# typed: true
|
|
|
|
|
|
|
|
module RSpec
|
|
|
|
extend(::RSpec::Support::Warnings)
|
|
|
|
extend(::RSpec::Core::Warnings)
|
|
|
|
|
2020-08-09 11:32:26 +01:00
|
|
|
class << self
|
|
|
|
def clear_examples; end
|
|
|
|
def configuration; end
|
|
|
|
def configuration=(_); 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 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=(_); end
|
|
|
|
def xcontext(*args, &example_group_block); end
|
|
|
|
def xdescribe(*args, &example_group_block); end
|
|
|
|
end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|
|
|
|
|
|
|
|
RSpec::MODULES_TO_AUTOLOAD = T.let(T.unsafe(nil), Hash)
|
|
|
|
|
|
|
|
RSpec::SharedContext = RSpec::Core::SharedContext
|
|
|
|
|
|
|
|
module RSpec::Version
|
|
|
|
end
|
|
|
|
|
|
|
|
RSpec::Version::STRING = T.let(T.unsafe(nil), String)
|