Commit
414bafe6f8990dbb526e4641c10730654e9b3a29
Exists in
staging
and in
32 other branches
all_pending_tasks_api, api-articles-period, api_roles, comments_permissions, elasticsearch, elasticsearch_api, elasticsearch_categories, elasticsearch_filter, elasticsearch_sort, elasticsearch_to_merge, elasticsearch_view, environment-exposes-api, export-comment-api, export_data, external_followers, federation-webfinger, federation_followers, federation_followers_backend, federation_oauth_provider, federation_webfinger, fix_notification_email, follower_permition, master, master_profile_followers, oauth_external_login, oauth_login, private-scraps, private-scraps-rebase, production, profile_api_improvements, user_mention, webfinger_server
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
| + |