hikidoc 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "test/unit"
4
-
5
- if Test::Unit.respond_to?(:setup_argv)
6
- Test::Unit::setup_argv{[File.dirname($0)]}
7
- else
8
- if Test::Unit::AutoRunner.respond_to?(:standalone?)
9
- exit Test::Unit::AutoRunner.run($0, File.dirname($0))
10
- else
11
- exit Test::Unit::AutoRunner.run(false, File.dirname($0))
12
- end
13
- end