public
Fork of Caged/gitnub
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for an early screenshot
Homepage: http://alternateidea.com
Clone URL: git://github.com/evilchelu/gitnub.git
Search Repo:
gitnub / 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