Sha256: eab0935ecf8d9b40bb6c398e4b8ac69e75dd32fb813f78a8f5503153c346df0a
Contents?: true
Size: 344 Bytes
Versions: 3
Compression:
Stored size: 344 Bytes
Contents
require 'rake' # Use the latest MiniTest gem instead of the buggy # version included with Ruby 1.9.2. gem 'minitest', '~> 2.12.1' # Load the test files from the command line. ARGV.each do |f| next if f =~ /^-/ if f =~ /\*/ FileList[f].to_a.each { |fn| require File.expand_path(fn) } else require File.expand_path(f) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vines-0.4.5 | test/rake_test_loader.rb |
vines-0.4.4 | test/rake_test_loader.rb |
vines-0.4.3 | test/rake_test_loader.rb |