projects
/
leap_platform.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a95ce
)
run_tests - use byebug instead of debugger
0.10.0
author
elijah
<elijah@riseup.net>
Mon, 27 Nov 2017 18:53:13 +0000
(10:53 -0800)
committer
elijah
<elijah@riseup.net>
Mon, 27 Nov 2017 18:53:13 +0000
(10:53 -0800)
bin/run_tests
patch
|
blob
|
history
diff --git
a/bin/run_tests
b/bin/run_tests
index
8450a9b
..
241a3fa
100755
(executable)
--- 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