From 7c3bd90c26dfeea2db3cf74a1cefc23d8dece7c0 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Tue, 15 Mar 2016 17:40:40 +0100 Subject: validation tests pass --- test/all.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/all.rb') 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 -- cgit v1.2.3