summaryrefslogtreecommitdiff
path: root/opentox-client-all.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2013-07-10 17:49:08 +0200
committerChristoph Helma <helma@in-silico.ch>2013-07-10 17:49:08 +0200
commitd5ba9191ef4ee3b36dc75bda45e44bd49226ab02 (patch)
tree020ffb41f78367de2d3c0ada17c576c507083b15 /opentox-client-all.rb
parent547181fb7660fb73c51822081177206e5b2f13ec (diff)
descriptor-long test fixed
Diffstat (limited to 'opentox-client-all.rb')
-rw-r--r--opentox-client-all.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/opentox-client-all.rb b/opentox-client-all.rb
index fc9cd15..7de0bc4 100644
--- a/opentox-client-all.rb
+++ b/opentox-client-all.rb
@@ -4,6 +4,5 @@ all = Dir["test/*.rb"]
exclude = [
"test/setup.rb",
"test/lazarweb.rb",
- "test/pc-lazar.rb",
] + Dir["test/toxbank*.rb"]
(all - exclude).each {|f| require_relative f }