Skip to content

Commit

Permalink
Add .autotest for legacy minitest
Browse files Browse the repository at this point in the history
To start tests correctly only minitest 4.x is allowed, so disable testlib
  • Loading branch information
drbrain committed Mar 25, 2014
1 parent 86bce3a commit 3a5b4c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .autotest
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require 'autotest/restart'

Autotest.add_hook :initialize do |at|
at.testlib = ''
at.add_exception '.git'
end

0 comments on commit 3a5b4c2

Please sign in to comment.