summaryrefslogtreecommitdiff
path: root/test/all.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-05-09 15:51:50 +0200
committerChristoph Helma <helma@in-silico.ch>2016-05-09 15:51:50 +0200
commita18218bd1586edd8097729d242abb8947d6988df (patch)
treee94ac3bffb25751ed7e11a626ddde8b96f1de816 /test/all.rb
parente2e7045c3efeb59dd650b78772009281e7fa56a0 (diff)
parent0b416e3b55a9256915a2427afe5bc112bcabc203 (diff)
development branch mergedv0.9.3
Diffstat (limited to 'test/all.rb')
-rw-r--r--test/all.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/all.rb b/test/all.rb
index 2bb1c4f..eddf4e6 100644
--- a/test/all.rb
+++ b/test/all.rb
@@ -1,5 +1,5 @@
-exclude = ["./setup.rb","./all.rb"]
+# "./default_environment.rb" has to be executed separately
+exclude = ["./setup.rb","./all.rb", "./default_environment.rb"]
(Dir[File.join(File.dirname(__FILE__),"*.rb")]-exclude).each do |test|
- p test
require_relative test
end