Sha256: f1200f1802d710922c1e5c1899e185656e3a709a1357080799d04fbe62a6dcca
Contents?: true
Size: 1.24 KB
Versions: 3
Compression:
Stored size: 1.24 KB
Contents
# DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `rspec` gem. # Please instead update this file by running `bin/tapioca sync`. # typed: true 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 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 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)
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
muina-0.2.8 | sorbet/rbi/gems/rspec@3.10.0.rbi |
muina-0.2.7 | sorbet/rbi/gems/rspec@3.10.0.rbi |
ipt-2.1.0 | sorbet/rbi/gems/rspec@3.10.0.rbi |