summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-02-21 16:04:07 +0100
committermguetlein <martin.guetlein@gmail.com>2011-02-21 16:04:07 +0100
commita851e4794630fbae3b6b3bf228b43f550f61febb (patch)
treef79a114dce391eb97660e38c0ad8e3acaa8d80c5 /Rakefile
parent545f4f9e511d8e39a808a1c24de37eb33d2f026e (diff)
add new dataset test
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index d260989..5e23751 100644
--- a/Rakefile
+++ b/Rakefile
@@ -27,6 +27,12 @@ task :teardown do
OpenTox::Authorization.logout(@@subjectid)
end
+class Exception
+ def message
+ errorCause ? errorCause.to_yaml : to_s
+ end
+end
+
[:all, :feature, :dataset, :fminer, :lazar, :authorization].each do |t|
task :teardown => t
task t => :setup