Sha256: c1fa992e45a0603e7feabde82d3c8094b1765283a37e96b596ff35d5a478b605

Contents?: true

Size: 248 Bytes

Versions: 2

Compression:

Stored size: 248 Bytes

Contents

# Override autotest default magic to rerun all tests every time a
# change is detected on the file system.
class Autotest

  def get_to_green
    begin
      rerun_all_tests
      wait_for_changes unless all_good
    end until all_good
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
SgfParser-3.0.1 .autotest
SgfParser-3.0.0 .autotest