Skip to content

Instantly share code, notes, and snippets.

@shri-zz
Created March 18, 2009 05:40
Show Gist options
  • Save shri-zz/80962 to your computer and use it in GitHub Desktop.
Save shri-zz/80962 to your computer and use it in GitHub Desktop.
$LOAD_PATH << "c:/ruby/lib/ruby/gems/1.8/gems/minitest-1.3.1/lib/minitest"
require "unit"
$LOAD_PATH << File.dirname(__FILE__)
$LOAD_PATH << File.dirname(__FILE__) + "/test"
all_test_files = Dir.glob("test/test_*.rb")
all_test_files.each { |f| require f }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment