Class: LastHit::TestHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/last_hit/test_handler.rb

Class Method Summary collapse

Class Method Details

.run(files) ⇒ Object



4
5
6
7
8
9
10
# File 'lib/last_hit/test_handler.rb', line 4

def run(files)
  file_string = files.join(" ")

  before_run(file_string)
  exec_command = command(file_string)
  system(exec_command)
end