Sha256: a6d92d1ddb830f9ce0c8fd7c482b3b5215011a395528a59314a3fa1bee45120b
Contents?: true
Size: 341 Bytes
Versions: 487
Compression:
Stored size: 341 Bytes
Contents
require 'rake' # Load the test files from the command line. argv = ARGV.select do |argument| case argument when /^-/ then argument when /\*/ then FileList[argument].to_a.each do |file| require File.expand_path file end false else require File.expand_path argument false end end ARGV.replace argv
Version data entries
487 entries across 402 versions & 114 rubygems