class Spring::Commands::PRSpec

Public Instance Methods

call() click to toggle source
# File lib/spring/commands/prspec.rb, line 16
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/prspec.rb, line 4
def env(*)
  "test"
end
exec_name() click to toggle source
# File lib/spring/commands/prspec.rb, line 8
def exec_name
  "prspec"
end
gem_name() click to toggle source
# File lib/spring/commands/prspec.rb, line 12
def gem_name
  "parallel_rspec"
end