module RSpec::Core::World::Null

@private Provides a null implementation for initial use by configuration.

Public Class Methods

all_example_groups() click to toggle source
# File lib/rspec/core/world.rb, line 268
def self.all_example_groups
  []
end
example_groups() click to toggle source

:nocov:

# File lib/rspec/core/world.rb, line 264
def self.example_groups
  []
end
non_example_failure() click to toggle source
# File lib/rspec/core/world.rb, line 253
def self.non_example_failure; end
non_example_failure=(_) click to toggle source
# File lib/rspec/core/world.rb, line 254
def self.non_example_failure=(_); end
registered_example_group_files() click to toggle source
# File lib/rspec/core/world.rb, line 256
def self.registered_example_group_files
  []
end
traverse_example_group_trees_until() click to toggle source
# File lib/rspec/core/world.rb, line 260
def self.traverse_example_group_trees_until
end