summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
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