summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-11-30 09:39:06 -0800
committerLee Jarvis <lee@jarvis.co>2011-11-30 09:39:06 -0800
commite7fc77104c0b3cc8b4a885201333aa71120c5719 (patch)
tree370bbb46a026f0369db239d3d3a78dde1c676dda /Rakefile
parent7b81bf7fe4847c84ce162aa7734865184d585be2 (diff)
downloadslop-e7fc77104c0b3cc8b4a885201333aa71120c5719.tar.gz
added rake task description so it's listed in rake -T
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 4a74ea0..61d8d08 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,3 +1,4 @@
+desc 'Run the test suite'
task :test do
$:.unshift './test'
Dir.glob("test/*_test.rb").each { |test| require "./#{test}" }