Module: RSpec::Distrib

Extended by:
DistribCore::Distrib
Defined in:
lib/rspec/distrib.rb,
lib/rspec/distrib/leader.rb,
lib/rspec/distrib/worker.rb,
lib/rspec/distrib/configuration.rb,
lib/rspec/distrib/example_group.rb,
lib/rspec/distrib/leader/reporter.rb,
lib/rspec/distrib/leader/rspec_helper.rb,
lib/rspec/distrib/worker/rspec_runner.rb,
lib/rspec/distrib/worker/configuration.rb,
lib/rspec/distrib/leader/tests_provider.rb,
lib/rspec/distrib/worker/leader_reporter.rb

Overview

Core module to store configuration and some other global vars.

Defined Under Namespace

Modules: DelegateToMetadata, Worker Classes: Configuration, ExampleGroup, ExampleResult, ExecutionResults, Leader, SharedExampleGroupInclusionStackFrame

Class Method Summary collapse

Class Method Details

.configurationRSpec::Distrib::Configuration



12
13
14
# File 'lib/rspec/distrib.rb', line 12

def configuration
  @configuration ||= ::RSpec::Distrib::Configuration.new
end