summaryrefslogtreecommitdiff
path: root/test/all.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-03-15 17:40:40 +0100
committerChristoph Helma <helma@in-silico.ch>2016-03-15 17:40:40 +0100
commit7c3bd90c26dfeea2db3cf74a1cefc23d8dece7c0 (patch)
tree045d18b43e30ef3bf9a548230e45986b591535a6 /test/all.rb
parent0c5d2e678908a2d4aea43efbedbedc2c0439be30 (diff)
validation tests pass
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