summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index e35368a53..bcc524151 100644
--- a/Rakefile
+++ b/Rakefile
@@ -156,3 +156,8 @@ task :spec do
t.spec_files = FileList['spec/**/*.rb']
end
end
+
+desc "Run the unit tests"
+task :unit do
+ sh "cd test; rake"
+end