summaryrefslogtreecommitdiff
path: root/opentox-client-short.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2013-07-16 17:45:08 +0200
committerChristoph Helma <helma@in-silico.ch>2013-07-16 17:45:08 +0200
commitf643f2759ef60487d15add2adcb7b9ea981fa348 (patch)
tree0f4cb05d52b8ba5c0b9e80f5859833d4fc18465c /opentox-client-short.rb
parent639e74e844be46c367f02012c31c265da15fef7f (diff)
subjectid handled by RestClientWrapper
Diffstat (limited to 'opentox-client-short.rb')
-rw-r--r--opentox-client-short.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentox-client-short.rb b/opentox-client-short.rb
index 99b2608..e89ce5c 100644
--- a/opentox-client-short.rb
+++ b/opentox-client-short.rb
@@ -2,7 +2,7 @@ require 'minitest/autorun'
require 'openbabel'
all = Dir["test/*.rb"]
exclude = [
- "test/setup.rb",
+ "test/*setup.rb",
"test/lazarweb.rb",
] + Dir["test/toxbank*.rb"] + Dir["test/*long.rb"]
(all - exclude).each {|f| require_relative f }