Class: TestWatch

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

Instance Method Summary collapse

Constructor Details

#initialize(listen_to_relative_path, test_relative_path) ⇒ TestWatch

Returns a new instance of TestWatch.



8
9
10
11
12
# File 'lib/test_watch.rb', line 8

def initialize(listen_to_relative_path, test_relative_path)
  @listen_to_relative_path = listen_to_relative_path
  @test_relative_path = test_relative_path
  start
end