summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 16f597f..868e04a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,3 +5,7 @@ require 'tasks/opentox'
@gems = "sinatra emk-sinatra-url-for builder opentox-ruby-api-wrapper"
+desc "Run local tests"
+task :test do
+ load 'test/test.rb'
+end