Skip to content

Commit

Permalink
Set autotest to run all tests with each change (since Koala tests are…
Browse files Browse the repository at this point in the history
… fast and the modules throw off autotest's heuristics,).
  • Loading branch information
arsduo committed May 20, 2011
1 parent 4858c53 commit 64b8b0d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .autotest
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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

0 comments on commit 64b8b0d

Please sign in to comment.