Sha256: f9062f9b0c3b227f709e8181fe0605a044510ff97588a5cf9dd2861a34895eec
Contents?: true
Size: 477 Bytes
Versions: 2
Compression:
Stored size: 477 Bytes
Contents
#!/usr/bin/env ruby #-- # Ruwiki version 0.8.0 # Copyright © 2002 - 2003, Digikata and HaloStatue # Alan Chen (alan@digikata.com) # Austin Ziegler (ruwiki@halostatue.ca) # # Licensed under the same terms as Ruby. # # $Id: testall.rb,v 1.1 2005/01/17 16:15:04 austin Exp $ #++ $LOAD_PATH.unshift("#{File.dirname(__FILE__)}/../lib") if __FILE__ == $0 puts "Checking for test cases:" Dir['tc*.rb'].each do |testcase| puts "\t#{testcase}" require testcase end puts " "
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
text-format-revised-1.1.0 | test/testall.rb |
text-format-1.0.0 | tests/testall.rb |