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 280
def self.all_example_groups
  []
end
example_groups() click to toggle source

:nocov:

# File lib/rspec/core/world.rb, line 276
def self.example_groups
  []
end
non_example_failure() click to toggle source
# File lib/rspec/core/world.rb, line 265
def self.non_example_failure; end
non_example_failure=(_) click to toggle source
# File lib/rspec/core/world.rb, line 266
def self.non_example_failure=(_); end
registered_example_group_files() click to toggle source
# File lib/rspec/core/world.rb, line 268
def self.registered_example_group_files
  []
end
traverse_example_group_trees_until() click to toggle source
# File lib/rspec/core/world.rb, line 272
def self.traverse_example_group_trees_until
end