Sha256: 1136a5d5ec3d1ed688bc6214fc23ec6375ca4149098a719da6ca318d8c7f0745
Contents?: true
Size: 389 Bytes
Versions: 49
Compression:
Stored size: 389 Bytes
Contents
# coding: UTF-8 # Marks scenario as pending Then /^it should work$/ do pending end # Starts debugger Then /^debugger$/ do debugger true # Ruby will halt in this line end # Waits 2 seconds after each step AfterStep('@slow-motion') do sleep 2 end # Waits for keypress after each step AfterStep('@single-step') do print "Single Stepping. Hit enter to continue" STDIN.getc end
Version data entries
49 entries across 49 versions & 1 rubygems