Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
josephks committed Feb 1, 2016
1 parent d49fa23 commit c9e6aee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions demo_app/features/byebug197.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Feature: Running the debugger
# https://github.com/deivid-rodriguez/byebug/issues/197

Scenario: I run the debuger from withing cucumber
Given I run the debugger
6 changes: 6 additions & 0 deletions demo_app/features/step_definitions/steps.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Given /^I run the debugger$/ do
require 'byebug'
# Now type 'irb'
debugger
nil
end

0 comments on commit c9e6aee

Please sign in to comment.