Sha256: aa789b89fbb4874118ce697a465cd7fea6ddba66bd4bc9a8b81d5124a834f542
Contents?: true
Size: 357 Bytes
Versions: 78
Compression:
Stored size: 357 Bytes
Contents
#!/usr/bin/env ruby -swI . require 'zentest' $TESTING = true # for ZenWeb and any other testing infrastructure code if defined? $v then puts "#{File.basename $0} v#{ZenTest::VERSION}" exit 0 end if defined? $h then ZenTest.usage_with_exit end code = ZenTest.fix(*ARGV) if defined? $e then require 'test/unit' eval code else print code end
Version data entries
78 entries across 78 versions & 8 rubygems