Class: TestWatch
- Inherits:
-
Object
- Object
- TestWatch
- Defined in:
- lib/test_watch.rb
Instance Method Summary collapse
-
#initialize(listen_to_relative_path, test_relative_path) ⇒ TestWatch
constructor
A new instance of TestWatch.
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 |