summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2010-12-16 11:55:47 +0100
committermr <mr@mrautenberg.de>2010-12-16 11:55:47 +0100
commit96044090c5955a475388d35eb1d7aa51210266ef (patch)
treeefb639818ad73ab45dd2d2b5cb2dd425225529de /Rakefile
parent54d90f5a1c22fb06e0b4b1e86e36b9975ab4d2e4 (diff)
integrate authorization.rb in Rakefile and set subjectid in setup/teardown
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index eb2d231..01050c8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,7 +21,7 @@ task :teardown do
OpenTox::Authorization.logout(@@subjectid)
end
-[:all, :feature, :dataset, :fminer, :lazar].each do |t|
+[:all, :feature, :dataset, :fminer, :lazar, :authorization].each do |t|
task :teardown => t
task t => :setup
end