aboutsummaryrefslogtreecommitdiffstats
path: root/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test.rb')
-rwxr-xr-xtest.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.rb b/test.rb
index 33446d6b..9b4d92e4 100755
--- a/test.rb
+++ b/test.rb
@@ -3,6 +3,9 @@
exec ruby -x "$0" "$@"
#!ruby
+ENV['BUNDLE_GEMFILE'] = File.expand_path("Gemfile", __dir__)
+require 'bundler/setup'
+
successed = []
failed = []
processes = {}