Sha256: f49bcd53dad79b398eae9604c36b75936147bba797ca00c0e62aadcb34597fb9
Contents?: true
Size: 340 Bytes
Versions: 48
Compression:
Stored size: 340 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
48 entries across 48 versions & 9 rubygems