Module: RSpec::Core::World::Null Private
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/world.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Provides a null implementation for initial use by configuration.
Class Method Summary collapse
- .all_example_groups ⇒ Object private
-
.example_groups ⇒ Object
private
:nocov:.
- .non_example_failure ⇒ Object private
- .non_example_failure=(_) ⇒ Object private
- .registered_example_group_files ⇒ Object private
- .traverse_example_group_trees_until ⇒ Object private
Class Method Details
.all_example_groups ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
280 281 282 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/world.rb', line 280 def self.all_example_groups [] end |
.example_groups ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
:nocov:
276 277 278 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/world.rb', line 276 def self.example_groups [] end |
.non_example_failure ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
265 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/world.rb', line 265 def self.non_example_failure; end |
.non_example_failure=(_) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
266 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/world.rb', line 266 def self.non_example_failure=(_); end |
.registered_example_group_files ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
268 269 270 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/world.rb', line 268 def self.registered_example_group_files [] end |
.traverse_example_group_trees_until ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
272 273 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/world.rb', line 272 def self.traverse_example_group_trees_until end |