summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-07 16:43:47 -0800
committerscott Chacon <schacon@agadorsparticus.corp.reactrix.com>2007-11-07 16:43:47 -0800
commit6c7d8b50b2091a0e5deb80e20260e24ad846b1fd (patch)
treea80dabbe05f3d1dff3ce262e6edf01ceb80fa0a4 /Rakefile
parentb5d6b907b080992c2d0220eceb66f4ffa85207cd (diff)
downloadthird_party-ruby-git-6c7d8b50b2091a0e5deb80e20260e24ad846b1fd.tar.gz
third_party-ruby-git-6c7d8b50b2091a0e5deb80e20260e24ad846b1fd.tar.xz
third_party-ruby-git-6c7d8b50b2091a0e5deb80e20260e24ad846b1fd.zip
started test framework
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 24ff322..bbc6c6f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -25,3 +25,7 @@ task :default => "pkg/#{spec.name}-#{spec.version}.gem" do
puts "generated latest version"
end
+task :test do
+ require File.dirname(__FILE__) + '/tests/all_tests.rb'
+end
+