thorpedosg

G5VLVg8R

Aug 6th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # Gemfile
  2. group :development, :test do
  3. # ... other gems here
  4. gem 'ruby-debug19'
  5. end
  6.  
  7. # features/support/env.rb
  8. require 'ruby-debug'
  9.  
  10. # features/step_definitions/some_definitions.rb
  11. Then /^I debug$/ do
  12. debugger
  13. end
Add Comment
Please, Sign In to add comment