summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2017-11-27 10:53:13 -0800
committerelijah <elijah@riseup.net>2017-11-27 10:53:13 -0800
commitbf6c56d86c7ba45e7ca766d990a9e9162025e5ac (patch)
tree37d7096d9e458ca1e6431dff8a2f571553011c44
parent88a95ce8d6a3a151c20cbfa0ddfff7ca75f78751 (diff)
run_tests - use byebug instead of debugger0.10.0
-rwxr-xr-xbin/run_tests2
1 files changed, 1 insertions, 1 deletions
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