We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac5a38 commit 304abd8Copy full SHA for 304abd8
.autotest
@@ -1,7 +1,8 @@
1
# vim: filetype=ruby
2
3
Autotest.add_hook :initialize do |at|
4
- at.test_lib = 'ubygems' # HACK minitest/unit
+ at.testlib = 'minitest/unit' if at.respond_to? :testlib=
5
+
6
def at.path_to_classname(s)
7
sep = File::SEPARATOR
8
f = s.sub(/^test#{sep}/, '').sub(/\.rb$/, '').split(sep)
0 commit comments