diff options
author | elijah <elijah@riseup.net> | 2017-11-27 10:53:13 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2017-11-27 10:53:13 -0800 |
commit | bf6c56d86c7ba45e7ca766d990a9e9162025e5ac (patch) | |
tree | 37d7096d9e458ca1e6431dff8a2f571553011c44 | |
parent | 88a95ce8d6a3a151c20cbfa0ddfff7ca75f78751 (diff) |
run_tests - use byebug instead of debugger0.10.0
-rwxr-xr-x | bin/run_tests | 2 |
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 |