summaryrefslogtreecommitdiff
path: root/spec/support/helpers/live_debugger.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/live_debugger.rb')
-rw-r--r--spec/support/helpers/live_debugger.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers/live_debugger.rb b/spec/support/helpers/live_debugger.rb
index f4199d518a3..d196a6dc746 100644
--- a/spec/support/helpers/live_debugger.rb
+++ b/spec/support/helpers/live_debugger.rb
@@ -16,7 +16,7 @@ module LiveDebugger
puts "The current user credentials are: #{@current_user.username} / #{@current_user.password}" if @current_user
puts "Press any key to resume the execution of the example!!"
- `open #{current_url}` if is_headless_disabled?
+ `open #{current_url}` unless is_headless_disabled?
loop until $stdin.getch