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, RakeTask, Runner, Server, Workers

Constant Summary collapse

VERSION =
"2.1.1"

Class Method Summary collapse

Class Method Details

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

Yields:



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

def self.configure
  yield Config
end

.running?Boolean

Returns:

  • (Boolean)


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

def self.running?
  Runner.running?
end