summaryrefslogtreecommitdiff
path: root/test/all.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-06-01 10:37:00 +0200
committerChristoph Helma <helma@in-silico.ch>2016-06-01 10:37:00 +0200
commit65b69d4c35890a7a2d2992108f0cf4eb5202dd1b (patch)
treed8583d3e745cc21a6897081d28e157f5c0c16024 /test/all.rb
parentb515a0cfedb887a2af753db6e4a08ae1af430cad (diff)
validation tests fixed
Diffstat (limited to 'test/all.rb')
-rw-r--r--test/all.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/all.rb b/test/all.rb
index a10bcaa..8e137b4 100644
--- a/test/all.rb
+++ b/test/all.rb
@@ -1,5 +1,5 @@
# "./default_environment.rb" has to be executed separately
-exclude = ["./setup.rb","./all.rb", "./default_environment.rb","./nanoparticles.rb"]
+exclude = ["./setup.rb","./all.rb", "./default_environment.rb",]
(Dir[File.join(File.dirname(__FILE__),"*.rb")]-exclude).each do |test|
require_relative test
end