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
No related branches found
No related tags found
1 merge request!139Bugfix/webapptest
Pipeline #
......@@ -507,7 +507,7 @@ end
if ARGV.include?('--debug') || ARGV.include?('-d')
DEBUG=true
require 'debugger'
require 'byebug'
else
DEBUG=false
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment