aboutsummaryrefslogtreecommitdiff
blob: 42ef606e84439b154ad6ecb947236c9897619923 (plain)
1
2
3
4
5
6
After do |scenario|
  if scenario.status == :failed
    breakpoint
    0
  end
end