diff --git a/spec/support/feature_helpers.rb b/spec/support/feature_helpers.rb index ee4dcd103..6eaac4319 100644 --- a/spec/support/feature_helpers.rb +++ b/spec/support/feature_helpers.rb @@ -62,6 +62,11 @@ module FeatureHelpers def blur page.find('body').click end + + def pause + $stderr.write 'Spec paused. Press enter to continue:' + $stdin.gets + end end RSpec.configure do |config|