From bf6c56d86c7ba45e7ca766d990a9e9162025e5ac Mon Sep 17 00:00:00 2001
From: elijah <elijah@riseup.net>
Date: Mon, 27 Nov 2017 10:53:13 -0800
Subject: [PATCH] run_tests - use byebug instead of debugger

---
 bin/run_tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/run_tests b/bin/run_tests
index 8450a9bf..241a3fa2 100755
--- a/bin/run_tests
+++ b/bin/run_tests
@@ -507,7 +507,7 @@ end
 
 if ARGV.include?('--debug') || ARGV.include?('-d')
   DEBUG=true
-  require 'debugger'
+  require 'byebug'
 else
   DEBUG=false
 end
-- 
GitLab