Module: ParallelRSpec

Defined in:
lib/parallel_rspec.rb,
lib/parallel_rspec/client.rb,
lib/parallel_rspec/config.rb,
lib/parallel_rspec/runner.rb,
lib/parallel_rspec/server.rb,
lib/parallel_rspec/channel.rb,
lib/parallel_rspec/example.rb,
lib/parallel_rspec/version.rb,
lib/parallel_rspec/workers.rb,
lib/parallel_rspec/rake_task.rb

Defined Under Namespace

Modules: Config Classes: Channel, Client, Example, ExampleGroup, ExceptionMarshallingWrapper, MultipleExceptionMarshallingWrapper, RakeTask, Runner, Server, Workers

Constant Summary collapse

VERSION =
"3.0.0"

Class Method Summary collapse

Class Method Details

.configure {|Config| ... } ⇒ Object

Yields:



14
15
16
# File 'lib/parallel_rspec.rb', line 14

def self.configure
  yield Config
end

.running?Boolean

Returns:

  • (Boolean)


18
19
20
# File 'lib/parallel_rspec.rb', line 18

def self.running?
  Runner.running?
end