From b0602a7143ca94a6639724fcebb3e4e4ecc29fdb Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 5 Dec 2007 01:58:08 +0100 Subject: Test Context#should.{throw,raise} darcs-hash:20071205005808-4fc50-042ef423f840f7cc0f37003112e8f95794446de0.gz --- lib/bacon.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/bacon.rb b/lib/bacon.rb index 74d2a94..ada7c8f 100644 --- a/lib/bacon.rb +++ b/lib/bacon.rb @@ -155,6 +155,10 @@ module Bacon def raise?(*args, &block) block.raise?(*args) end + + def throw?(*args, &block) + block.throw?(*args) + end end end -- cgit 1.4.1