I\'m writing some tests using HUnit and I would like to assert that a particular function throws an exception given a certain input. I can\'t find an assert function which p
hspec (or more precisely hspec-expectations) has shouldThrow.