ruby-rspec-block-is-expected

Simplify testing of blocks in RSpec via block_is_expected
  https://github.com/pboling/rspec-block_is_expected
  0
  no reviews



Subject { Integer(nil) }; it('raises') { block_is_expected.to raise_error(TypeError) }