Skip to content

Commit

Permalink
Remove obsolete warning about binding.pry and related code
Browse files Browse the repository at this point in the history
The scenario works fine without an extra statement after the call to
binding.pry.
  • Loading branch information
mvz committed Dec 23, 2023
1 parent 17d5325 commit e71ca29
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ Feature: Debug your command in cucumber-test-run
program. However, Aruba steps that access the input and output of your
program will not work.

Please make sure, that there's a statement after the `binding.pry`-call.
Otherwise you might not get an interactive shell, because your program will
just exit.

We are going to demonstrate this using `pry`, but any other interactive
debugger for any other programming language should also work.

Expand All @@ -34,8 +30,6 @@ Feature: Debug your command in cucumber-test-run
require 'pry'
binding.pry
exit 0
"""
And a file named "features/debug.feature" with:
"""cucumber
Expand Down

0 comments on commit e71ca29

Please sign in to comment.