uh-wm/spec/support/exit_helpers.rb
2015-04-07 17:33:35 +00:00

7 lines
75 B
Ruby

module ExitHelpers
def trap_exit
yield
rescue SystemExit
end
end