producer-core/spec/support/exit_helpers.rb
2013-08-01 22:51:41 +00:00

7 lines
75 B
Ruby

module ExitHelpers
def trap_exit
yield
rescue SystemExit
end
end