Skip to content
Snippets Groups Projects
Verified Commit bf6c56d8 authored by elijah's avatar elijah
Browse files

run_tests - use byebug instead of debugger

parent 88a95ce8
Branches
Tags 0.10.0
No related merge requests found
Pipeline #
...@@ -507,7 +507,7 @@ end ...@@ -507,7 +507,7 @@ end
if ARGV.include?('--debug') || ARGV.include?('-d') if ARGV.include?('--debug') || ARGV.include?('-d')
DEBUG=true DEBUG=true
require 'debugger' require 'byebug'
else else
DEBUG=false DEBUG=false
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment