Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Gemfile
- group :development, :test do
- # ... other gems here
- gem 'ruby-debug19'
- end
- # features/support/env.rb
- require 'ruby-debug'
- # features/step_definitions/some_definitions.rb
- Then /^I debug$/ do
- debugger
- end
Add Comment
Please, Sign In to add comment