diff options
| -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 | 
