Sha256: f3deec2ffb3baf6e552fa6014e5ccc5914e4692cf5186ea6c7d16a692e5af712
Contents?: true
Size: 340 Bytes
Versions: 90
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
90 entries across 83 versions & 19 rubygems