class ChefSpec::Stubs::Stub

def and_raise(exception)

def and_raise(exception)
  @block = Proc.new { raise exception }
  self
end