summaryrefslogtreecommitdiff
path: root/test/all.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-10-06 19:14:10 +0200
committerChristoph Helma <helma@in-silico.ch>2016-10-06 19:14:10 +0200
commit4348eec89033e6677c9f628646fc67bd03c73fe6 (patch)
tree5b7465c3c286ba343268ce8e29b10cc1b03a667b /test/all.rb
parentec87f7e079f3a7ef8ea6a0fa57f3b40e81ecaed0 (diff)
nano caret regression 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..eddf4e6 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