ruby--ruby/lib/rake/rake_test_loader.rb

6 lines
110 B
Ruby

#!/usr/bin/env ruby
# Load the test files from the command line.
ARGV.each { |f| load f unless f =~ /^-/ }