Module: RSpec::Core::World::Null Private
Do not use. This module is for internal use only.
Relationships & Source Files | |
Defined in: | rspec-core/lib/rspec/core/world.rb |
Overview
Provides a null implementation for initial use by configuration.
Class Attribute Summary
- .non_example_failure rw Internal use only
- .non_example_failure=(_) rw Internal use only
Class Method Summary
- .all_example_groups Internal use only
-
.example_groups
Internal use only
:nocov:
- .registered_example_group_files Internal use only
- .traverse_example_group_trees_until Internal use only
Class Attribute Details
.non_example_failure (rw)
[ GitHub ]# File 'rspec-core/lib/rspec/core/world.rb', line 265
def self.non_example_failure; end
.non_example_failure=(_) (rw)
[ GitHub ]# File 'rspec-core/lib/rspec/core/world.rb', line 266
def self.non_example_failure=(_); end
Class Method Details
.all_example_groups
[ GitHub ]# File 'rspec-core/lib/rspec/core/world.rb', line 280
def self.all_example_groups [] end
.example_groups
:nocov:
# File 'rspec-core/lib/rspec/core/world.rb', line 276
def self.example_groups [] end
.registered_example_group_files
[ GitHub ]# File 'rspec-core/lib/rspec/core/world.rb', line 268
def self.registered_example_group_files [] end
.traverse_example_group_trees_until
[ GitHub ]# File 'rspec-core/lib/rspec/core/world.rb', line 272
def self.traverse_example_group_trees_until end