mojombo / grit

Grit gives you object oriented read/write access to Git repositories via Ruby.

This URL has Read+Write access

grit / test / suite.rb
100644 7 lines (5 sloc) 0.112 kb
1
2
3
4
5
6
7
require 'test/unit'
 
tests = Dir["#{File.dirname(__FILE__)}/test_*.rb"]
tests.each do |file|
  require file
end