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

:nocov:

# File lib/rspec/core/world.rb, line 244
def self.example_groups
  []
end
non_example_failure() click to toggle source
# File lib/rspec/core/world.rb, line 233
def self.non_example_failure; end
non_example_failure=(_) click to toggle source
# File lib/rspec/core/world.rb, line 234
def self.non_example_failure=(_); end
registered_example_group_files() click to toggle source
# File lib/rspec/core/world.rb, line 236
def self.registered_example_group_files
  []
end
traverse_example_group_trees_until() click to toggle source
# File lib/rspec/core/world.rb, line 240
def self.traverse_example_group_trees_until
end