Commit
414bafe6f8990dbb526e4641c10730654e9b3a29
Exists in
master
and in
12 other branches
add_member_task_reject_details, admin_visible_profile, community_notifications, fix_sign_up_form, forum_topic_creation, new_security, organization_ratings_improvements, profile_api_improvements, ratings_minor_fixes, send_email_to_admins, stable-spb-1.5, web_steps_improvements
cucumber: add pry debug step
| @@ -21,3 +21,8 @@ Before do |scenario| |
| @@ -21,3 +21,8 @@ Before do |scenario| |
21
| puts "Can't find debugger or pry to debug" |
21
| puts "Can't find debugger or pry to debug" |
22
| end |
22
| end |
23
| end |
23
| end |
| |
24
| + |
| |
25
| +Then /^I open pry$/ do |
| |
26
| + require'pry';binding.pry |
| |
27
| +end |
| |
28
| + |