class Spring::Commands::ParallelRSpec

Public Instance Methods

call() click to toggle source
# File lib/spring/commands/parallel_rspec.rb, line 42
def call
  ::RSpec.configuration.start_time = Time.now if defined?(::RSpec.configuration.start_time)
  load Gem.bin_path(gem_name, exec_name)
end
env(*) click to toggle source
# File lib/spring/commands/parallel_rspec.rb, line 30
def env(*)
  "test"
end
exec_name() click to toggle source
# File lib/spring/commands/parallel_rspec.rb, line 34
def exec_name
  "parallel_rspec"
end
gem_name() click to toggle source
# File lib/spring/commands/parallel_rspec.rb, line 38
def gem_name
  "parallel_tests"
end